summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorkonablend <[email protected]>2012-01-04 17:30:41 +0000
committerkonablend <[email protected]>2012-01-04 17:30:41 +0000
commit4419bead26a230864cf1224f692976871edf0917 (patch)
tree96841ba897c6a1539d58e3bb1457417003ed6ea0 /pkg
parent6d95ab81984cc44296438270aa792255f037c89a (diff)
BuildSystem: Mac OS X - fix pkg.create target
- old placement of xcode products was in $(BUILD/) - new location is $(XCODE.symroot)/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4396 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r--pkg/darwin/module.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/darwin/module.rules b/pkg/darwin/module.rules
index 9091c0704..27cd5d00d 100644
--- a/pkg/darwin/module.rules
+++ b/pkg/darwin/module.rules
@@ -33,7 +33,7 @@ endif
$(STAGE.out.cli/):
$(MKDIR.exe) -p $@
ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system))
- $(CP.exe) $(BUILD/)HandBrakeCLI $(STAGE.out.cli/)
+ $(CP.exe) $(XCODE.symroot)/HandBrakeCLI $(STAGE.out.cli/)
$(call STAGE.doc,$(STAGE.out.cli/))
else
$(CP.exe) $(TEST.exe) $(STAGE.cli/)
@@ -43,7 +43,7 @@ endif
$(STAGE.out.gui/):
$(MKDIR.exe) -p $@
ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system))
- $(CP.exe) -R $(BUILD/)HandBrake.app $(STAGE.out.gui/)
+ $(CP.exe) -R $(XCODE.symroot)/HandBrake.app $(STAGE.out.gui/)
$(LIPO.exe) -thin $(BUILD.arch) \
$(SRC/)macosx/Growl.framework/Versions/A/Growl \
-output $(STAGE.out.gui/)HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl