mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 11:00:15 +01:00
Fix {/usr/X11,/Applications/Utilities}/X11.app install targets to properly respect
$DESTDIR. Credit to Jeremy Huddleston
This commit is contained in:
parent
c3a514ba45
commit
300e1bb458
1 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue