mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-23 20:45:17 +00:00
debug/ltrace: set the ltrace extension to .tar.gz
Trying to download every extension in turn does not work. The Debian server returns a friendly 404-page that is saved as the orig.tar.bz2 file. Help the helper by giving it the extension to retrieve.
This commit is contained in:
parent
c704137fd6
commit
ac08d4a45e
@ -1,7 +1,7 @@
|
||||
# Build script for ltrace
|
||||
|
||||
do_debug_ltrace_get() {
|
||||
CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
|
||||
CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" .tar.gz {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
|
||||
# Create a link so that the following steps are easier to do:
|
||||
cd "${CT_TARBALLS_DIR}"
|
||||
ltrace_ext=$(CT_GetFileExtension "ltrace_${CT_LTRACE_VERSION}.orig")
|
||||
|
Loading…
x
Reference in New Issue
Block a user