hiawatha: simplify conf_files.

This commit is contained in:
Juan RP 2015-11-26 08:20:00 +01:00
parent d263823f9b
commit 0b9912133d

View file

@ -18,12 +18,7 @@ configure_args="
-DWORK_DIR=/var/lib/hiawatha
-DUSE_SYSTEM_MBEDTLS=ON
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
conf_files="
/etc/hiawatha/cgi-wrapper.conf
/etc/hiawatha/mimetype.conf
/etc/hiawatha/error.xslt
/etc/hiawatha/index.xslt
/etc/hiawatha/hiawatha.conf"
conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt"
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
post_install() {