summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-21 20:13:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-21 20:13:55 +0000
commitc84a286586a1ce66298e03b985f573ade9fcda85 (patch)
tree311b844f2b70c39c082274f56e3fbdbdae27688f /tools
parenta4fb605804458e5d103e41c45144e372d8d62e28 (diff)
tweaks to get gtk pixmap engine packaging right, maybe
git-svn-id: svn://localhost/ardour2/branches/3.0@14079 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 558fe43686..f4cb01b858 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -vx
# script for pulling together a Linux app bundle.
#
@@ -328,7 +328,7 @@ cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries
(cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries
-(cd $$GTK_ENGINE_DIR && ln -s ../../libclearlooks.so . )
+(cd $$GTK_ENGINE_DIR && ln -s ../../libpixmap.so . )
# LADSPA
if test x$WITH_LADSPA != x ; then