From def8aafe26e7d0b2a44bc9501386908fe0f3e26f Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 14 Jul 2022 20:46:33 +0800 Subject: [PATCH] Update oniguruma.sh --- plugins/php/lib/oniguruma.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/php/lib/oniguruma.sh b/plugins/php/lib/oniguruma.sh index be4926be9..9168410e9 100644 --- a/plugins/php/lib/oniguruma.sh +++ b/plugins/php/lib/oniguruma.sh @@ -20,7 +20,6 @@ if [ "$?" != "0" ];then wget -O ${SOURCE_ROOT}/oniguruma-6.9.4.tar.gz https://github.com/kkos/oniguruma/archive/v6.9.4.tar.gz fi cd ${SOURCE_ROOT} && tar -zxvf oniguruma-6.9.4.tar.gz - cd oniguruma-6.9.4/ - ./autogen.sh && ./configure --prefix=/usr && make && make install + cd ${SOURCE_ROOT}/oniguruma-6.9.4 && ./autogen.sh && ./configure --prefix=/usr && make && make install fi