fix comment

This commit is contained in:
yggverse 2024-07-24 16:23:55 +03:00
parent f6fcacc79b
commit e5df7969dd

View file

@ -195,7 +195,7 @@ cd "$DIR_PHP_GTK_SOURCE"
## Get repository updates
git pull
## Replace installation paths in PHP-CPP Makefile
## Replace installation paths in PHP-GTK Makefile
sed -i "/EXTENSION_DIR = /c\
EXTENSION_DIR = \"$($DIR_PHP_SRC_TARGET/bin/php-config --extension-dir)\"" "$DIR_PHP_GTK_SOURCE/Makefile"