hiawatha: set webrootdir to /srv/www/$pkgname.
This commit is contained in:
parent
5e55c07e34
commit
f9fee81edd
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=10.2
|
version=10.2
|
||||||
revision=1
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
|
||||||
makedepends="libxslt-devel mbedtls-devel"
|
makedepends="libxslt-devel mbedtls-devel"
|
||||||
short_desc="Advanced and secure webserver for Unix"
|
short_desc="Advanced and secure webserver for Unix"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -14,7 +13,7 @@ checksum=8bd95fb4c96dfac3278622cf86c1091f00668c827516603b8155300991b0c0d2
|
||||||
configure_args="
|
configure_args="
|
||||||
-DLOG_DIR=/var/log/hiawatha
|
-DLOG_DIR=/var/log/hiawatha
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/srv/www/$pkgname
|
||||||
-DWORK_DIR=/var/lib/hiawatha
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_MBEDTLS=ON
|
-DUSE_SYSTEM_MBEDTLS=ON
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
|
|
Loading…
Reference in New Issue