From e921eec1c6d6ce32630977bd876c529a7c694459 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 29 Oct 2005 00:12:33 +0000 Subject: [PATCH] Make X -> Xorg symlink at install time. --- ChangeLog | 5 +++++ hw/xfree86/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d6196157..edad913e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-28 Alan Coopersmith + + * hw/xfree86/Makefile.am: + Make X -> Xorg symlink at install time. + 2005-10-21 Adam Jackson * configure.ac: diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 6e08df27d..2f1b283ca 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -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