1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

this directory is not there, no need to remove it

This commit is contained in:
richardash1981 2013-09-14 09:32:03 +00:00
parent 991969cab8
commit 949ac32f45

View File

@ -121,7 +121,7 @@ function cleanfulltree {
printf "removing unused libraries from SVN tree ..." printf "removing unused libraries from SVN tree ..."
myrmrvf $1 lib-src/id3lib ; myrmrvf $1 lib-src/id3lib ;
myrmrvf $1 lib-src/portburn lib-src/rtaudio; myrmrvf $1 lib-src/portburn;
myrmrvf $1 lib-src/taglib; myrmrvf $1 lib-src/taglib;
printf "Done\n" printf "Done\n"
} }