From 87e4c2d2d8e4b7dbb8045a641e74a654ac76b2ed Mon Sep 17 00:00:00 2001 From: PHO Date: Sat, 7 Mar 2009 00:53:42 +0900 Subject: [PATCH] Fixed INSTALL bug --- .gitignore | 1 + INSTALL | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ac83b2..e75fbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ CVS +work diff --git a/INSTALL b/INSTALL index 9878ca1..a6f27f8 100644 --- a/INSTALL +++ b/INSTALL @@ -3,7 +3,7 @@ # case ${STAGE} in POST-INSTALL) - if [ ! -e "/Applications/Utilities/X11.app" ]; + if [ ! -e "/Applications/Utilities/X11.app" ]; then ln -s "@DARWIN_X11_APP_DIR@/X11.app" "/Applications/Utilities" fi ;; -- 2.40.0