Remove svn related part in bundle script

This commit is contained in:
Robin Gareus 2024-04-29 00:42:12 +02:00
parent 75167ac347
commit 9bafa8a216
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 5 deletions

View File

@ -541,11 +541,6 @@ cp ../../gtk2_ardour/resources/${PRODUCT_PKG_DIR}-* ${Resources}/resources/
# Themes: only install those named for this app
cp ../../gtk2_ardour/themes/*-${lower_case_appname}.colors $Themes
# go through and recursively remove any .svn dirs in the bundle
for svndir in `find $APPDIR -name .svn -type dir`; do
rm -rf $svndir
done
# remove temp session utils start script
rm $Frameworks/ardour-util.sh