]> gitweb @ CieloNegro.org - pkgsrc-xorg-server.git/blobdiff - INSTALL
Yay! It at least reboots!!! ...but keymaps are broken.
[pkgsrc-xorg-server.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index a6f27f80283484343ab7cb03fdb7ff7e72e5423e..db07398369e6d66c660f74a4168c69548149f0f3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,5 +6,8 @@ case ${STAGE} in
         if [ ! -e "/Applications/Utilities/X11.app" ]; then
             ln -s "@DARWIN_X11_APP_DIR@/X11.app" "/Applications/Utilities"
         fi
+        if [ ! -e "@PREFIX@/bin/X" ]; then
+            ln -s "@PREFIX@/bin/Xquartz" "@PREFIX@/bin/X"
+        fi
         ;;
 esac