Skip to content

Commit

Permalink
Fix {/usr/X11,/Applications/Utilities}/X11.app install targets to pro…
Browse files Browse the repository at this point in the history
…perly respect

$DESTDIR.  Credit to Jeremy Huddleston
  • Loading branch information
Ben Byer committed Nov 9, 2007
1 parent 9be5f6c commit 365eeda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw/darwin/Makefile.am
Expand Up @@ -302,9 +302,9 @@ uninstall-hook:
install-data-hook: $(HOOK_TARGETS)

xquartz-install-hook:
cd apple && xcodebuild install
cd launcher && xcodebuild install

cd apple && xcodebuild install DSTROOT=$(DESTDIR) INSTALL_PATH=/usr/X11 DEPLOYMENT_LOCATION=YES SKIP_INSTALL=NO
cd launcher && xcodebuild install DSTROOT=$(DESTDIR) INSTALL_PATH=/Applications/Utilities DEPLOYMENT_LOCATION=YES SKIP_INSTALL=NO
EXTRA_DIST = \
darwin.c \
darwinClut8.h \
Expand Down

0 comments on commit 365eeda

Please sign in to comment.