summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-24 16:34:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-24 16:34:46 +0000
commita06624e16165ac885cba062cbcd454627f97abd5 (patch)
treeb9229e906d60ba7f43c23c8cb93fab94f01a95a9 /tools
parent0a5e13189a1738c9d6f5e4b85c62ca72a3d59055 (diff)
more build script cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@12426 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 a6d98ee09d..e90a04a534 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -305,7 +305,7 @@ gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROO
echo "Copying clearlooks ..."
cp $BUILD_ROOT/lib/clearlooks-newer/libclearlooks.so $Libraries
mkdir -p $Libraries/clearlooks/engines
-(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
+(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks.so . )
# LADSPA
if test x$WITH_LADSPA != x ; then