mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 02:10:07 +01:00
Cygwin/X: Make X -> XWin symlink during install
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
This commit is contained in:
parent
abf4e0b7e3
commit
c3da76643a
1 changed files with 3 additions and 0 deletions
|
|
@ -194,6 +194,9 @@ xwinconfig_DATA = system.XWinrc
|
|||
|
||||
include $(top_srcdir)/cpprules.in
|
||||
|
||||
install-exec-hook:
|
||||
(cd $(DESTDIR)$(bindir) && rm -f X && $(LN_S) XWin$(EXEEXT) X)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(GLX_EXTRAS) \
|
||||
$(MAN_SRCS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue