public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] scripts/functions: add xz-ed linux tarballs
@ 2013-03-20  7:51 Jerzy Grzegorek
  0 siblings, 0 replies; only message in thread
From: Jerzy Grzegorek @ 2013-03-20  7:51 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-20  7:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20  7:51 [PATCH] scripts/functions: add xz-ed linux tarballs Jerzy Grzegorek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).