Do not bundle default system_config (prefer built-in defaults)
[ardour.git] / tools / linux_packaging / build
index 39655a78ff4961f667542a00b5887df45db163ed..15d7096f2c4fb3b13aa4c119421ab412fa6bd8d6 100755 (executable)
@@ -519,8 +519,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_.*qt5' ; then continue; fi
+               if echo $file | grep -qs 'libsuil_.*qt[45]' ; then continue; fi
 
                # do not include libjack, nor libwine
                deps=`LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file | grep -v libwine.so | awk '{print $3}'`
@@ -621,8 +620,6 @@ cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
 
 mkdir ${Shared}/icons
 mkdir ${Shared}/resources
-cp ../../system_config $Etc/system_config
-cp ../../instant.xml $Shared/instant.xml
 cp ../../gtk2_ardour/icons/*.png ${Shared}/icons
 cp -r ../../gtk2_ardour/icons/cursor_* ${Shared}/icons/
 cp ../../gtk2_ardour/ArdourMono.ttf $Shared