likely fix for gtk pixmap engine packaging
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 21 Feb 2013 20:24:58 +0000 (20:24 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 21 Feb 2013 20:24:58 +0000 (20:24 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14080 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

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