From ab53e4d1e3e330d6c0e53753c13174502acd7094 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 12 Nov 2011 23:08:24 +0000 Subject: [PATCH] fix linux packaging script for new waf convention, more git-svn-id: svn://localhost/ardour2/branches/3.0@10559 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 00a2233d77..37b2bd05b0 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -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