hiawatha: set webrootdir to /srv/www/$pkgname.

This commit is contained in:
Juan RP 2016-05-02 10:51:43 +02:00
parent 5e55c07e34
commit f9fee81edd

View file

@ -1,9 +1,8 @@
# Template file for 'hiawatha'
pkgname=hiawatha
version=10.2
revision=1
revision=3
build_style=cmake
hostmakedepends="cmake"
makedepends="libxslt-devel mbedtls-devel"
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -14,7 +13,7 @@ checksum=8bd95fb4c96dfac3278622cf86c1091f00668c827516603b8155300991b0c0d2
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DWEBROOT_DIR=/var/www
-DWEBROOT_DIR=/srv/www/$pkgname
-DWORK_DIR=/var/lib/hiawatha
-DUSE_SYSTEM_MBEDTLS=ON
-DCMAKE_INSTALL_SYSCONFDIR=/etc"