summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-21 20:24:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-21 20:24:58 +0000
commit7a73addd859399c3d284b2dcc64a9920b1fd0a19 (patch)
tree811552663d6c74dc3dc572c7efd29de6175b56eb /tools
parentc84a286586a1ce66298e03b985f573ade9fcda85 (diff)
likely fix for gtk pixmap engine packaging
git-svn-id: svn://localhost/ardour2/branches/3.0@14080 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index f4cb01b858..b2577eefc8 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -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 ../../libpixmap.so . )
+(cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.so . )
# LADSPA
if test x$WITH_LADSPA != x ; then