tweaks to get gtk pixmap engine packaging right, maybe
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 21 Feb 2013 20:13:55 +0000 (20:13 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 21 Feb 2013 20:13:55 +0000 (20:13 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14079 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 558fe43686feecefd13cbae0ee1c4146208093e7..f4cb01b858756dfae93f7df2279df6c02dfd748a 100755 (executable)
@@ -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