don't bundle no-inst scripts
[ardour.git] / tools / osx_packaging / osx_build
index a63f92c4bd8d321f1378ee980acba96771c1465f..68bb675626d0f93b947fa23abcaa3ac1f3e6ddfe 100755 (executable)
@@ -69,6 +69,8 @@ while [ $# -gt 0 ] ; do
        --public)
                SAE= ;
                WITH_LADSPA=1;
+               WITH_HARRISON_LV2=1 ;
+               WITH_X42_LV2=1 ;
                PRODUCT_PKG_DIR=Ardour;
                APPNAME=Ardour ;
                shift ;;
@@ -399,6 +401,9 @@ done
 # Lua Script Files
 # got to be careful with names here
 for x in $BUILD_ROOT/../scripts/*.lua ; do
+         if test "${x:0:1}" = "_"; then
+                       continue;
+               fi
     cp "$x" $LuaScripts
 done