Set symlink /usr/local/php to php- if requested.
This commit is contained in:
parent
d8bd594f38
commit
5836c3de37
@ -1221,7 +1221,7 @@ if $SYMLINK_PHP ; then
|
|||||||
if [ -L /usr/local/php ];then
|
if [ -L /usr/local/php ];then
|
||||||
rm -f /usr/local/php
|
rm -f /usr/local/php
|
||||||
fi
|
fi
|
||||||
ln -s `basename $PREFIX_PHP` /usr/local/php
|
ln -s php-$MAJOR_VERSION /usr/local/php
|
||||||
if [ "$?" = "0" ]; then
|
if [ "$?" = "0" ]; then
|
||||||
echo_ok
|
echo_ok
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user