Date: Tuesday, May 17, 2016 @ 10:27:12
  Author: heftig
Revision: 268246

make paths explicit

Modified:
  gnome-user-share/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-17 08:20:55 UTC (rev 268245)
+++ PKGBUILD    2016-05-17 08:27:12 UTC (rev 268246)
@@ -19,7 +19,9 @@
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/$pkgname \
-      --localstatedir=/var
+      --localstatedir=/var \
+      --with-httpd=/usr/bin/httpd \
+      --with-modules-path=/usr/lib/httpd/modules
   make
 }
 

Reply via email to