updated app build
authorJesse Chappell <jesse@essej.net>
Fri, 19 Jan 2007 12:56:59 +0000 (12:56 +0000)
committerJesse Chappell <jesse@essej.net>
Fri, 19 Jan 2007 12:56:59 +0000 (12:56 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1364 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/osx_packaging/app_build.rb

index be6a4e0917277025946db3003c343adc4522630d..48d3837368089f6eff253f1a077466bf94469d29 100755 (executable)
@@ -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`