summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-12 23:08:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-12 23:08:24 +0000
commitab53e4d1e3e330d6c0e53753c13174502acd7094 (patch)
treefbc31d73def4b7e4d6a22ebd20a31bf94718bfa6
parent74e896f5d33ce053094015233ff5c5d48d6a42ea (diff)
fix linux packaging script for new waf convention, more
git-svn-id: svn://localhost/ardour2/branches/3.0@10559 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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