summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/.INSTALL b/.INSTALL
index f79333903686..f529b4c94c59 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 $LINK
chmod ugo+x $LINK
}