From 0b9912133dacb15b2d43a9f076967e2616ae279a Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@voidlinux.eu> Date: Thu, 26 Nov 2015 08:20:00 +0100 Subject: [PATCH] hiawatha: simplify conf_files. --- srcpkgs/hiawatha/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 427bb1c2a03..9b156f0ac28 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -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() {