summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2021-01-16 22:42:14 +0100
committerdanieltetraquark2021-01-16 22:42:14 +0100
commitdf8a014a05f3bf45a97bc188e21c1cd63fe3dfbc (patch)
treed4ebceb4ef20f0f87129720e1e03ee3e010409a3
parentd7842c88406711745cd06b31cc7edc7ddc9278d8 (diff)
downloadaur-df8a014a05f3bf45a97bc188e21c1cd63fe3dfbc.tar.gz
add note about possible need of php_basedir update for building
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f04cac9d1652..7abc448a6ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ build() {
cd grocy-${pkgver}
# composer need to have php-gd extension enabled, otherwise it will fail for a dependency of grocy.
+ # note: you may need to adjust your php open_basedir setting, so that php can run!
php -n -dextension=gd.so /usr/bin/composer install --no-interaction --no-dev --optimize-autoloader
composer clear-cache