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:
parent
74e896f5d3
commit
ab53e4d1e3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user