mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
clean up after ourselves
This commit is contained in:
parent
27e3bae19e
commit
b84b0bfdff
2 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -44,7 +44,6 @@ tags
|
|||
/build/
|
||||
/doc/html/
|
||||
/doc/latex/
|
||||
/tools/osx_packaging/Resources/
|
||||
|
||||
|
||||
# translations
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue