diff --git a/scripts/maketarball.sh b/scripts/maketarball.sh index d5cad9870..67e68ce0a 100755 --- a/scripts/maketarball.sh +++ b/scripts/maketarball.sh @@ -121,7 +121,7 @@ function cleanfulltree { printf "removing unused libraries from SVN tree ..." myrmrvf $1 lib-src/id3lib ; - myrmrvf $1 lib-src/portburn lib-src/rtaudio; + myrmrvf $1 lib-src/portburn; myrmrvf $1 lib-src/taglib; printf "Done\n" }