From c84a286586a1ce66298e03b985f573ade9fcda85 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Feb 2013 20:13:55 +0000 Subject: tweaks to get gtk pixmap engine packaging right, maybe git-svn-id: svn://localhost/ardour2/branches/3.0@14079 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3