Make X -> Xorg symlink at install time.
This commit is contained in:
parent
f842c229d4
commit
e921eec1c6
|
@ -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>
|
2005-10-21 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -63,6 +63,7 @@ install-data-local:
|
||||||
|
|
||||||
|
|
||||||
install-exec-local: install-binPROGRAMS
|
install-exec-local: install-binPROGRAMS
|
||||||
|
(cd $(DESTDIR)$(bindir) && rm -f X && ln -s Xorg X)
|
||||||
if INSTALL_SETUID
|
if INSTALL_SETUID
|
||||||
chown root $(DESTDIR)$(bindir)/Xorg
|
chown root $(DESTDIR)$(bindir)/Xorg
|
||||||
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
||||||
|
|
Loading…
Reference in New Issue