fix regexp in prev commit (abs path)
authorRobin Gareus <robin@gareus.org>
Sat, 14 Feb 2015 01:54:24 +0000 (02:54 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 14 Feb 2015 01:54:24 +0000 (02:54 +0100)
tools/linux_packaging/build

index 901c8061c226a1e726d6e0fa937b59ad77128dc4..5eded1d95229e8500047d81349fab90e9f271fb0 100755 (executable)
@@ -453,7 +453,7 @@ while [ true ] ; do
                checkIdx=$(($checkIdx + 1))
 
                # ignore suil/qt wrappers - the plugin will pull in QT4.
-               if echo $file | grep -qs '^libsuil_.*qt4' ; then continue; fi
+               if echo $file | grep -qs 'libsuil_.*qt4' ; then continue; fi
                
                # do not include libjack
                deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | awk '{print $3}'`