diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 8bc61e83..dcc8781d 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -136,8 +136,8 @@ spotlight_importer_install: # tigital's Gem window focus black magic rez_install: - install -pv "$(CWD)/mac.r" "$(bindir)" - cd $(bindir) && /Developer/Tools/Rez -t APPL mac.r -o pd + install -pv "$(CWD)/mac.r" "$(DESTDIR)$(bindir)" + cd "$(DESTDIR)$(bindir)" && /Developer/Tools/Rez -t APPL mac.r -o pd # switch Linux-only pdp_v4l to Mac-only pdp_ieee1394 |