From 9bafa8a216448257f48845f00eb5b264fd97d507 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 29 Apr 2024 00:42:12 +0200 Subject: [PATCH] Remove svn related part in bundle script --- tools/osx_packaging/osx_build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index ec1a1e256e..d957f68593 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -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