From 1afd4124800fdc92fca6fe6b7a5d0bc345adf804 Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Fri, 19 Jan 2007 12:56:59 +0000 Subject: updated app build git-svn-id: svn://localhost/ardour2/trunk@1364 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/app_build.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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` -- cgit v1.2.3