diff --git a/ChangeLog b/ChangeLog index 2d6196157d..edad913e19 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 6e08df27d7..2f1b283ca2 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