13
0

fix linux packaging script for new waf convention, more

git-svn-id: svn://localhost/ardour2/branches/3.0@10559 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-12 23:08:24 +00:00
parent 74e896f5d3
commit ab53e4d1e3

View File

@ -439,7 +439,7 @@ done
# ExportFormats
# got to be careful with names here
for x in $BUILD_ROOT/../../export/*.preset $BUILD_ROOT/../../export/*.format ; do
for x in $BUILD_ROOT/../export/*.preset $BUILD_ROOT/../export/*.format ; do
cp "$x" $ExportFormats
done