From 58674b2683874b70932071a60a822f6c118a3f6d Mon Sep 17 00:00:00 2001 From: richardash1981 <richardash1981@47890b92-0858-11df-a26f-8b716316a5bc> Date: Fri, 16 Mar 2012 21:12:10 +0000 Subject: [PATCH] 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 --- scripts/maketarball.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/maketarball.sh b/scripts/maketarball.sh index e13ae041c9..db3db269f6 100755 --- a/scripts/maketarball.sh +++ b/scripts/maketarball.sh @@ -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 -- GitLab