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