summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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