diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-29 00:12:33 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-29 00:12:33 +0000 |
commit | e921eec1c6d6ce32630977bd876c529a7c694459 (patch) | |
tree | 9e26f2e810f959a304859ee528aa6007ae165564 /hw | |
parent | f842c229d4c4dbd5c01364f9e99709bedfd32be6 (diff) |
Make X -> Xorg symlink at install time.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/Makefile.am | 1 |
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 |