From b84b0bfdff0da0bf7327950745b4ecd325c0bae1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 11 Nov 2014 15:35:06 +0100 Subject: clean up after ourselves --- .gitignore | 3 +-- tools/osx_packaging/osx_build | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f3552da98b..0c389a61d6 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,6 @@ tags /build/ /doc/html/ /doc/latex/ -/tools/osx_packaging/Resources/ # translations @@ -149,4 +148,4 @@ tags /icons/win32/msvc_resources.rc /tools/osx_packaging/Ardour/*.app -/MSVCvst_scan/vst_scan.rc \ No newline at end of file +/MSVCvst_scan/vst_scan.rc diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index b6e29c029d..ca5c8570fa 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -198,6 +198,10 @@ sed -e "s?@APPNAME@?$appname?" \ cp Info.plist $APPROOT cp -R Resources $APPROOT +# ..and clean up +rm Info.plist +rm -rf Resources + # # if we build a bundle without jack, then # make the Ardour3 executable a helper -- cgit v1.2.3