summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-01-28 15:09:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-01-28 15:09:36 +0000
commitd56085060908f50be5f49021b04093596004b777 (patch)
tree857756b48bc94c9c4bf74c3ef72c96bbbe80ffaa /tools
parent7e456076abb8ec0757aa0bee6054303a52e1007a (diff)
AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4456 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 3e77194e6c..1e5cd9bcfc 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -322,7 +322,7 @@ done
echo "Fixing up library names ..."
# now do the same for all the libraries we include
-for dylib in $Frameworks/*.dylib $Frameworks/modules/*.so $Surfaces/*.dylib ; do
+for dylib in $Frameworks/*.so $Frameworks/*.dylib $Frameworks/modules/*.so $Surfaces/*.dylib ; do
# skip symlinks
if test ! -L $dylib ; then
@@ -360,7 +360,7 @@ if [ x$SAE != x ] ; then
echo "Creating SAE packaging directory"
rm -rf $SAE_PKG_DIR
mkdir $SAE_PKG_DIR
- mv Ardour2.app $SAE_PKG_DIR
+ mv Ardour2.app $SAE_PKG_DIR/Ardour2-SAE.app
cp HowToInstallArdourSAE.pdf "$SAE_PKG_DIR/How To Install Ardour SAE.pdf"
cp SAE-de-keypad.pdf "$SAE_PKG_DIR/Ardour SAE Shortcuts (keypad).pdf"
cp SAE-de-nokeypad.pdf "$SAE_PKG_DIR/Ardour SAE Shortcuts.pdf"