diff mbox

[2,of,2] scripts/functions: add xz-ed linux tarballs

Message ID 0eb4278aea7d4f54179a.1363791564@NX5000
State Superseded
Headers show

Commit Message

Jerzy Grzegorek March 20, 2013, 2:59 p.m. UTC
# HG changeset patch
# User "Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>
# Date 1363790821 -3600
# Node ID 0eb4278aea7d4f54179a72a42f63d4dafde64aa7
# Parent  613d0249edf359627801cde1adc0e9cb6a56bae8
scripts/functions: add xz-ed linux tarballs


--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

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";;