Make X -> Xorg symlink at install time.

This commit is contained in:
Alan Coopersmith 2005-10-29 00:12:33 +00:00
parent f842c229d4
commit e921eec1c6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-10-28 Alan Coopersmith <alan.coopersmith@sun.com>
* hw/xfree86/Makefile.am:
Make X -> Xorg symlink at install time.
2005-10-21 Adam Jackson <ajax@freedesktop.org>
* configure.ac:

View File

@ -63,6 +63,7 @@ install-data-local:
install-exec-local: install-binPROGRAMS
(cd $(DESTDIR)$(bindir) && rm -f X && ln -s Xorg X)
if INSTALL_SETUID
chown root $(DESTDIR)$(bindir)/Xorg
chmod u+s $(DESTDIR)$(bindir)/Xorg