From 622cd30dbb1a97cb1b35823d699e3e40a735b4f8 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 18 Jun 2019 15:40:59 +0200 Subject: [PATCH] Build script fix --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 328d118f..447a9677 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -60,7 +60,7 @@ cd .. git clone https://github.com/php-build/php-build $(phpenv root)/plugins/php-build git clone -b rel-1-5-1 https://github.com/nih-at/libzip.git cd libzip - cmake -DCMAKE_INSTALL_PREFIX=/home/derick/.phpenv/versions/7.3.6 . + cmake -DCMAKE_INSTALL_PREFIX=$HOME/.phpenv/versions/7.3.6 . make -j11 make install phpenv install 7.3.6