clean up after ourselves
This commit is contained in:
parent
27e3bae19e
commit
b84b0bfdff
3
.gitignore
vendored
3
.gitignore
vendored
@ -44,7 +44,6 @@ tags
|
|||||||
/build/
|
/build/
|
||||||
/doc/html/
|
/doc/html/
|
||||||
/doc/latex/
|
/doc/latex/
|
||||||
/tools/osx_packaging/Resources/
|
|
||||||
|
|
||||||
|
|
||||||
# translations
|
# translations
|
||||||
@ -149,4 +148,4 @@ tags
|
|||||||
/icons/win32/msvc_resources.rc
|
/icons/win32/msvc_resources.rc
|
||||||
/tools/osx_packaging/Ardour/*.app
|
/tools/osx_packaging/Ardour/*.app
|
||||||
|
|
||||||
/MSVCvst_scan/vst_scan.rc
|
/MSVCvst_scan/vst_scan.rc
|
||||||
|
@ -198,6 +198,10 @@ sed -e "s?@APPNAME@?$appname?" \
|
|||||||
cp Info.plist $APPROOT
|
cp Info.plist $APPROOT
|
||||||
cp -R Resources $APPROOT
|
cp -R Resources $APPROOT
|
||||||
|
|
||||||
|
# ..and clean up
|
||||||
|
rm Info.plist
|
||||||
|
rm -rf Resources
|
||||||
|
|
||||||
#
|
#
|
||||||
# if we build a bundle without jack, then
|
# if we build a bundle without jack, then
|
||||||
# make the Ardour3 executable a helper
|
# make the Ardour3 executable a helper
|
||||||
|
Loading…
Reference in New Issue
Block a user