scripts/build/debug/200-duma.sh
changeset 711 c9bb5606a265
parent 669 ca740b4c4262
child 916 68af6b83ff7e
     1.1 --- a/scripts/build/debug/200-duma.sh	Mon Jul 14 21:57:57 2008 +0000
     1.2 +++ b/scripts/build/debug/200-duma.sh	Tue Jul 22 14:17:10 2008 +0000
     1.3 @@ -12,10 +12,13 @@
     1.4      # D.U.M.A. doesn't separate its name from its version with a dash,
     1.5      # but with an underscore. Create a link so that crosstool-NG can
     1.6      # work correctly:
     1.7 -    cd "${CT_TARBALLS_DIR}"
     1.8 +    CT_Pushd "${CT_TARBALLS_DIR}"
     1.9      duma_ext=$(CT_GetFileExtension "duma_${CT_DUMA_VERSION}")
    1.10      rm -f "duma-${CT_DUMA_VERSION}${duma_ext}"
    1.11      ln -sf "duma_${CT_DUMA_VERSION}${duma_ext}" "duma-${CT_DUMA_VERSION}${duma_ext}"
    1.12 +    # Downloading from sourceforge leaves garbage, cleanup
    1.13 +    rm -f showfiles.php\?group_id\=*
    1.14 +    CT_Popd
    1.15  }
    1.16  
    1.17  do_debug_duma_extract() {