diff options
author | Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net> | 2013-03-21 11:01:09 +0100 |
---|---|---|
committer | Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net> | 2013-03-21 11:01:09 +0100 |
commit | b9934ce10aeb1c59468d8581d07ddac6c447a6f1 (patch) | |
tree | 35a70a67b43f443a78aa6860e006264a765ddef5 | |
parent | 5458f566af49cfcdf0cd698ed0fa0a001ad6af07 (diff) | |
download | crosstool-ng-b9934ce10aeb1c59468d8581d07ddac6c447a6f1.tar.gz crosstool-ng-b9934ce10aeb1c59468d8581d07ddac6c447a6f1.tar.bz2 crosstool-ng-b9934ce10aeb1c59468d8581d07ddac6c447a6f1.zip |
scripts/functions: add xz-ed linux tarballs
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Message-Id: <d0ec17a687dc80754e0f.1363860872@NX5000>
Patchwork-Id: 229619
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions index e6defa85..5eab53e9 100644 --- a/scripts/functions +++ b/scripts/functions @@ -639,6 +639,7 @@ CT_GetCustom() { # 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";; |