mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
hiawatha: set correct working directory
This commit is contained in:
parent
c07013d2b6
commit
6615647ad1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.9
|
version=9.9
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel libressl-devel"
|
makedepends="libxslt-devel libressl-devel"
|
||||||
|
@ -16,6 +16,7 @@ configure_args="
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
-DENABLE_SSL=ON
|
-DENABLE_SSL=ON
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/var/www
|
||||||
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/hiawatha/hiawatha/cgi-wrapper.conf
|
/etc/hiawatha/hiawatha/cgi-wrapper.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue