From ab6971b36148673f50d9875a2cec5fae067c5418 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Sep 2009 20:27:26 +0000 Subject: more DESTDIR fixes svn path=/trunk/; revision=12379 --- packages/darwin_app/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/darwin_app/Makefile') 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 -- cgit v1.2.1