summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/.INSTALL b/.INSTALL
index f79333903686..7fce7039feb9 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -3,7 +3,7 @@ post_install() {
if [ -L $LINK ]; then
rm -f $LINK
fi
- ln -s /opt/phalcon-devtools/phalcon.php $LINK
+ ln -sf /opt/phalcon-devtools/phalcon.php $LINK
chmod ugo+x $LINK
}