From 300e1bb458a8971c312dbeb2d67b10bd0f195caf Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Fri, 9 Nov 2007 15:44:30 -0800 Subject: [PATCH] Fix {/usr/X11,/Applications/Utilities}/X11.app install targets to properly respect $DESTDIR. Credit to Jeremy Huddleston --- hw/darwin/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index 45eb08bd6..545ff2f2a 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -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 \