diff mbox

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

Message ID d0ec17a687dc80754e0f.1363860872@NX5000
State Accepted
Commit 30de175d3ed3
Headers show

Commit Message

Jerzy Grzegorek March 21, 2013, 10:14 a.m. UTC
# HG changeset patch
# User "Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>
# Date 1363860069 -3600
# Node ID d0ec17a687dc80754e0fb47c5163179ac5579b30
# Parent  f249828223fc75313bee8d21f6ec946b4384d9f0
scripts/functions: add xz-ed linux tarballs

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>


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

Comments

Yann E. MORIN April 12, 2013, 10:17 p.m. UTC | #1
Jerzy, All,

Your patch:
    scripts/functions: add xz-ed linux tarballs

has been applied as: #30de175d3ed3
    http://crosstool-ng.org/hg/crosstool-ng/rev/30de175d3ed3

Thank you!

Regards,
Yann E. MORIN.



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

Patch

diff -r f249828223fc -r d0ec17a687dc scripts/functions
--- a/scripts/functions	Thu Mar 21 10:57:31 2013 +0100
+++ b/scripts/functions	Thu Mar 21 11:01:09 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";;