summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2007-01-19 12:56:59 +0000
committerJesse Chappell <jesse@essej.net>2007-01-19 12:56:59 +0000
commit1afd4124800fdc92fca6fe6b7a5d0bc345adf804 (patch)
tree71373242070f0e359d30c67575eaee2c879b7f5f /tools
parente891a223fa7000bf625fb2ddae606b887e55649c (diff)
updated app build
git-svn-id: svn://localhost/ardour2/trunk@1364 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/app_build.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/osx_packaging/app_build.rb b/tools/osx_packaging/app_build.rb
index be6a4e0917..48d3837368 100755
--- a/tools/osx_packaging/app_build.rb
+++ b/tools/osx_packaging/app_build.rb
@@ -101,12 +101,12 @@ end
Dir.chdir(odir)
-# copy ardour.bin to bindir/ardour
+# copy ardour binary to bindir/ardour
-if File.exist?("../../gtk2_ardour/ardour.bin") then
+if File.exist?("../../gtk2_ardour/ardour-#{version}") then
$stdout.print("Copying bin to #{bindir} ...\n");
- `cp ../../gtk2_ardour/ardour.bin #{bindir}/ardour`
+ `cp ../../gtk2_ardour/ardour-#{version} #{bindir}/ardour`
end
`cp ../../libs/surfaces/*/*.dylib #{libdir}/surfaces`