summaryrefslogtreecommitdiff
path: root/hw/xfree86/Makefile.am
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 /hw/xfree86/Makefile.am
parentf842c229d4c4dbd5c01364f9e99709bedfd32be6 (diff)
Make X -> Xorg symlink at install time.
Diffstat (limited to 'hw/xfree86/Makefile.am')
-rw-r--r--hw/xfree86/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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