mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove svn related part in bundle script
This commit is contained in:
parent
75167ac347
commit
9bafa8a216
1 changed files with 0 additions and 5 deletions
|
|
@ -541,11 +541,6 @@ cp ../../gtk2_ardour/resources/${PRODUCT_PKG_DIR}-* ${Resources}/resources/
|
||||||
# Themes: only install those named for this app
|
# Themes: only install those named for this app
|
||||||
cp ../../gtk2_ardour/themes/*-${lower_case_appname}.colors $Themes
|
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
|
# remove temp session utils start script
|
||||||
rm $Frameworks/ardour-util.sh
|
rm $Frameworks/ardour-util.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue