NOOP: spacing and indentation
[ardour.git] / tools / linux_packaging / build
index 935f712206ffdb495915c5b32ee6848c904e4a8f..7367028355b637de780b6c9d3fc06df3a6e97a5c 100755 (executable)
@@ -80,6 +80,7 @@ while [ $# -gt 0 ] ; do
                major_version=""
                shift ;;
        --public)
+               WITH_HARRISON_LV2=1 ;
                WITH_NLS=1 ;
                WITH_LADSPA=;
                STRIP=all ;
@@ -393,6 +394,10 @@ done
 # Lua Scripts Files
 # got to be careful with names here
 for x in $BUILD_ROOT/../scripts/*.lua ; do
+               BN=$(basename $x)
+         if test "${BN:0:1}" = "_"; then
+                       continue;
+               fi
     cp "$x" $LuaScripts
 done