initialize uninitialized variable
[ardour.git] / tools / linux_packaging / build
index 935f712206ffdb495915c5b32ee6848c904e4a8f..cee48ced28971fa9f861cb96662585cbaa0edab4 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,9 @@ done
 # Lua Scripts 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