summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authorMaxim Novikov2019-07-16 13:42:24 +0300
committerMaxim Novikov2019-07-16 13:42:24 +0300
commitb7766cb9b45677629127b90691d8d80146219877 (patch)
tree8eb721dc2f975239ddffdf7cd4c35928ed277789 /.INSTALL
parent3dc9635f14786fed951c0131fc9f259377949cae (diff)
downloadaur-b7766cb9b45677629127b90691d8d80146219877.tar.gz
Update to v3.4.2
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/.INSTALL b/.INSTALL
index 6f95fe56083f..f529b4c94c59 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -3,7 +3,7 @@ post_install() {
if [ -L $LINK ]; then
rm -f $LINK
fi
- ln -sf /opt/phalcon-devtools/phalcon.sh $LINK
+ ln -sf /opt/phalcon-devtools/phalcon $LINK
chmod ugo+x $LINK
}