1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

we don\'t need to ship this script, and indeed we don't want end users running it because they will load the server hard. So delete the script from the source release

This commit is contained in:
richardash1981
2012-03-16 21:12:10 +00:00
parent cce55d1697
commit 58674b2683

View File

@@ -161,6 +161,10 @@ function slimtree {
myrmvf $1 plug-ins/analyze.ny plug-ins/fadein.ny plug-ins/fadeout.ny
myrmvf $1 plug-ins/undcbias.ny
printf "Done\n"
printf "Removing developer scripts not needed to build audacity ..."
myrmrvf $1 scripts/mw2html_audacity
printf "Done\n"
}
# fix Windows being fussy about line endings