Update gettext.sh

pull/199/head
midoks 3 years ago
parent 98bc816b21
commit eb1c0efda1
  1. 5
      plugins/php/versions/common/gettext.sh

@ -17,11 +17,6 @@ version=$2
LIBNAME=gettext LIBNAME=gettext
LIBV=0 LIBV=0
# if [ "$version" == "53" ];then
# echo "i wont support it"
# exit
# fi
LIB_PATH_NAME=lib/php LIB_PATH_NAME=lib/php
if [ -d $serverPath/php/${version}/lib64 ];then if [ -d $serverPath/php/${version}/lib64 ];then
LIB_PATH_NAME=lib64 LIB_PATH_NAME=lib64

Loading…
Cancel
Save