This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] scripts/functions: add xz-ed linux tarballs


# HG changeset patch
# User "Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>
# Date 1363765702 -3600
# Node ID d826f416cc0f46e6c97151c8a6cab0c7285de17e
# Parent  0fc56e62cecf07e4cdaf866ee24d6893c4ade436
scripts/functions: add xz-ed linux tarballs

diff -r 0fc56e62cecf -r d826f416cc0f scripts/functions
--- a/scripts/functions	Sat Mar 16 15:33:44 2013 +0100
+++ b/scripts/functions	Wed Mar 20 08:48:22 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";;

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]