mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
updated app build
git-svn-id: svn://localhost/ardour2/trunk@1364 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e891a223fa
commit
1afd412480
1 changed files with 3 additions and 3 deletions
|
|
@ -101,12 +101,12 @@ end
|
||||||
|
|
||||||
Dir.chdir(odir)
|
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");
|
$stdout.print("Copying bin to #{bindir} ...\n");
|
||||||
`cp ../../gtk2_ardour/ardour.bin #{bindir}/ardour`
|
`cp ../../gtk2_ardour/ardour-#{version} #{bindir}/ardour`
|
||||||
end
|
end
|
||||||
|
|
||||||
`cp ../../libs/surfaces/*/*.dylib #{libdir}/surfaces`
|
`cp ../../libs/surfaces/*/*.dylib #{libdir}/surfaces`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue