mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
hiawatha: fix sysconfdir.
This commit is contained in:
parent
ee044ec1c6
commit
05a356f25f
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.11
|
version=9.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
|
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
|
||||||
|
@ -18,13 +18,13 @@ configure_args="
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/var/www
|
||||||
-DWORK_DIR=/var/lib/hiawatha
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_POLARSSL=ON
|
-DUSE_SYSTEM_POLARSSL=ON
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/hiawatha/hiawatha/cgi-wrapper.conf
|
/etc/hiawatha/cgi-wrapper.conf
|
||||||
/etc/hiawatha/hiawatha/mimetype.conf
|
/etc/hiawatha/mimetype.conf
|
||||||
/etc/hiawatha/hiawatha/error.xslt
|
/etc/hiawatha/error.xslt
|
||||||
/etc/hiawatha/hiawatha/index.xslt
|
/etc/hiawatha/index.xslt
|
||||||
/etc/hiawatha/hiawatha/hiawatha.conf"
|
/etc/hiawatha/hiawatha.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv hiawatha
|
vsv hiawatha
|
||||||
|
|
Loading…
Add table
Reference in a new issue