diff -r ca740b4c4262 -r 37968404e9b9 scripts/build/debug/200-duma.sh --- a/scripts/build/debug/200-duma.sh Mon Jul 14 21:57:57 2008 +0000 +++ b/scripts/build/debug/200-duma.sh Fri Jul 25 14:08:03 2008 +0000 @@ -12,10 +12,13 @@ # 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() {