summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-29 00:12:33 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-29 00:12:33 +0000
commite921eec1c6d6ce32630977bd876c529a7c694459 (patch)
tree9e26f2e810f959a304859ee528aa6007ae165564
parentf842c229d4c4dbd5c01364f9e99709bedfd32be6 (diff)
Make X -> Xorg symlink at install time.
-rw-r--r--ChangeLog5
-rw-r--r--hw/xfree86/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6196157..edad913e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
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