Fix {/usr/X11,/Applications/Utilities}/X11.app install targets to properly respect

$DESTDIR.  Credit to Jeremy Huddleston
This commit is contained in:
Ben Byer 2007-11-09 15:44:30 -08:00
parent 9be5f6c850
commit 365eeda0bf

View File

@ -302,9 +302,9 @@ uninstall-hook:
install-data-hook: $(HOOK_TARGETS) install-data-hook: $(HOOK_TARGETS)
xquartz-install-hook: xquartz-install-hook:
cd apple && xcodebuild install cd apple && xcodebuild install DSTROOT=$(DESTDIR) INSTALL_PATH=/usr/X11 DEPLOYMENT_LOCATION=YES SKIP_INSTALL=NO
cd launcher && xcodebuild install cd launcher && xcodebuild install DSTROOT=$(DESTDIR) INSTALL_PATH=/Applications/Utilities DEPLOYMENT_LOCATION=YES SKIP_INSTALL=NO
EXTRA_DIST = \ EXTRA_DIST = \
darwin.c \ darwin.c \
darwinClut8.h \ darwinClut8.h \