summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-24 17:22:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-24 17:22:35 +0000
commit7aeff94792498eb41812aa2b278c9cc5f1f32471 (patch)
treec60f3fd9dab7ab885267bb2478b989897dc7abe6 /tools/osx_packaging
parent9fa596839fa8c6e04e50162a5772719fc6117726 (diff)
more build script cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@12431 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 375b2fd479..5d8200913c 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -269,8 +269,10 @@ if test x$WITH_LADSPA != x ; then
else
plugdir=ladspa
fi
- echo "Copying `ls $plugdir | wc -l` plugins ..."
- cp -r $plugdir/* $Plugins
+ if [ -d $plugdir ] ; then
+ echo "Copying `ls $plugdir | wc -l` plugins ..."
+ cp -r $plugdir/* $Plugins
+ fi
fi
# generate new Pango module file