From a20d3a01c78f05c91818943c713e3192c48c5a5c Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 9 Oct 2020 00:31:33 +1300 Subject: [PATCH] Bug 20582: Turn Koha into a Mojolicious application fix package builds, by ignoring the following example files... etc/koha/apache.conf etc/koha/nginx.conf Signed-off-by: Jonathan Druart --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index f922f01583..b2fa0a0b87 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,8 @@ override_dh_auto_install: rm $(TMP)/etc/koha/README.txt rm $(TMP)/etc/koha/SIPconfig.xml rm $(TMP)/etc/koha/log4perl.conf + rm $(TMP)/etc/koha/apache.conf + rm $(TMP)/etc/koha/nginx.conf rm -r $(TMP)/usr/share/koha/doc rm -r $(TMP)/var/run rm -r $(TMP)/var/lock -- 2.39.5