mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Fix extracting/patching DUMA:
- DUMA uses an underscore between the name and version, not a dash. /trunk/scripts/build/debug/200-duma.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
a14760d58f
commit
a0c6dea176
@ -12,6 +12,7 @@ do_debug_duma_extract() {
|
||||
# Even if DUMA uses _ and not -, crosstool-NG uses the dash to split the
|
||||
# name from the version in order to find the appropriate patches
|
||||
# YEM: FIXME: make CT_Patch more intelligent, Eg.: CT_Patch duma _ "${CT_DUMA_VERSION}"
|
||||
CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.duma-${CT_DUMA_VERSION}.extracted"
|
||||
CT_Patch "duma-${CT_DUMA_VERSION}" nochdir
|
||||
CT_Popd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user