summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>2013-03-21 10:01:09 (GMT)
committerJerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>2013-03-21 10:01:09 (GMT)
commitb9934ce10aeb1c59468d8581d07ddac6c447a6f1 (patch)
tree35a70a67b43f443a78aa6860e006264a765ddef5
parent5458f566af49cfcdf0cd698ed0fa0a001ad6af07 (diff)
scripts/functions: add xz-ed linux tarballs
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Message-Id: <d0ec17a687dc80754e0f.1363860872@NX5000> Patchwork-Id: 229619
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index e6defa8..5eab53e 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -639,6 +639,7 @@ CT_GetCustom() {
# 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";;