summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Czernia2015-12-15 10:06:17 +0100
committerNils Czernia2015-12-15 10:06:17 +0100
commit124e16ac8d3a14cb56d853c079aacc90933f7fef (patch)
tree467fc498ddf113ddeb06e17f61ff0d5b8d15740e /PKGBUILD
parent64e5becd9b70f9c0c2e77f79e71cfc2c25f7697e (diff)
downloadaur-124e16ac8d3a14cb56d853c079aacc90933f7fef.tar.gz
Added PHP module depencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33b0ed2cbdd4..974735df23d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,5 +36,5 @@ package() {
# php.ini
install -dm0755 $pkgdir/etc/php/conf.d/
- echo 'open_basedir = ${open_basedir}:/usr/share/webapps/librenms:/etc/webapps/librenms' > etc/php/conf.d/${pkgname}.ini
-} \ No newline at end of file
+ echo 'open_basedir = ${open_basedir}:/usr/share/webapps/librenms:/etc/webapps/librenms:/proc' > etc/php/conf.d/${pkgname}.ini
+}