mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
scripts/functions: add xz-ed linux tarballs
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Message-Id: <d0ec17a687dc80754e0f.1363860872@NX5000> Patchwork-Id: 229619
This commit is contained in:
parent
5458f566af
commit
b9934ce10a
@ -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";;
|
||||
|
Loading…
Reference in New Issue
Block a user