1
0
Fork 0

Fix ordering in DMG buuilding.

This commit is contained in:
James Turner 2010-11-14 18:14:23 +00:00
parent d070691531
commit e9d4063238

View file

@ -15,8 +15,6 @@ osgVersion = runOsgVersion('version-number')
$osgSoVersion=runOsgVersion('so-number')
$openThreadsSoVersion=runOsgVersion('openthreads-soversion-number')
VERSION = File.read("#{srcDir}/version").strip
puts "osgVersion=#{osgVersion}, so-number=#{$osgSoVersion}"
$alutSourcePath='/Library/Frameworks/ALUT.framework'
@ -55,6 +53,8 @@ resourcesDir=contents+"/Resources"
osgPluginsDir=contents+"/PlugIns/osgPlugins-#{osgVersion}"
volName="\"FlightGear Nightly Build\""
VERSION = File.read("#{srcDir}/version").strip
puts "Creating directory structure"
`mkdir -p #{macosDir}`
`mkdir -p #{frameworksDir}`