diff options
Diffstat (limited to 'scripts/build/debug/200-duma.sh')
-rw-r--r-- | scripts/build/debug/200-duma.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh index 7e23973f..954aa835 100644 --- a/scripts/build/debug/200-duma.sh +++ b/scripts/build/debug/200-duma.sh @@ -12,10 +12,13 @@ do_debug_duma_get() { # D.U.M.A. doesn't separate its name from its version with a dash, # but with an underscore. Create a link so that crosstool-NG can # work correctly: - cd "${CT_TARBALLS_DIR}" + CT_Pushd "${CT_TARBALLS_DIR}" duma_ext=$(CT_GetFileExtension "duma_${CT_DUMA_VERSION}") rm -f "duma-${CT_DUMA_VERSION}${duma_ext}" ln -sf "duma_${CT_DUMA_VERSION}${duma_ext}" "duma-${CT_DUMA_VERSION}${duma_ext}" + # Downloading from sourceforge leaves garbage, cleanup + rm -f showfiles.php\?group_id\=* + CT_Popd } do_debug_duma_extract() { |