summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/linux_packaging/build1
-rwxr-xr-xtools/osx_packaging/osx_build6
2 files changed, 4 insertions, 3 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 87de72075a..66b45b1306 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -297,7 +297,6 @@ echo "Copying all Pango modules ..."
cp -R $GTKSTACK_ROOT/lib/pango/1.6.0/modules/*.so $Modules
echo "Copying all GDK Pixbuf loaders ..."
cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
-# charset alias file
# Generate a pango module file using the actual Pango that we're going to bundle
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