Message ID | 0eb4278aea7d4f54179a.1363791564@NX5000 |
---|---|
State | Superseded |
Headers | show |
diff -r 613d0249edf3 -r 0eb4278aea7d scripts/functions --- a/scripts/functions Wed Mar 20 15:43:45 2013 +0100 +++ b/scripts/functions Wed Mar 20 15:47:01 2013 +0100 @@ -638,6 +638,7 @@ # so we can create a properly-named symlink, which # we use later on in 'extract' case "${custom_location}" in + *.tar.xz) custom_name="${custom_name}.tar.xz";; *.tar.bz2) custom_name="${custom_name}.tar.bz2";; *.tar.gz|*.tgz) custom_name="${custom_name}.tar.gz";; *.tar) custom_name="${custom_name}.tar";;