Fixed osx package

This commit is contained in:
Joseph Coffland 2014-04-10 16:17:01 -07:00
parent e945ce7376
commit f1d8b88de0

View File

@ -79,7 +79,7 @@ if env['PLATFORM'] == 'darwin' or env.GetPackageType() == 'rpm':
rpm_filelist = 'filelist.txt',
pkg_id = 'edu.stanford.folding.fahcontrol.pkg',
pkg_resources = [['osx/Resources', '.']],
pkg_resources = 'osx/Resources',
pkg_apps = [['dist/FAHControl.app', 'Folding@home/FAHControl.app']],
pkg_scripts = 'osx/scripts',
pkg_target = '10.4',