diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-16 20:27:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-09-16 20:27:26 +0000 |
commit | ab6971b36148673f50d9875a2cec5fae067c5418 (patch) | |
tree | 4a9b17e93eba57ba5a3070d481ece7ceb3aa3e2a /packages | |
parent | 2a8b32201ca0254c3b5a0cad2821f2686bbd2ad3 (diff) |
more DESTDIR fixes
svn path=/trunk/; revision=12379
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 |