From 67174d786e77a5234498cd1c2f3c0a937b6b009a 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 Content-Type: text/plain; charset="utf-8" fix package builds, by ignoring the following example files... etc/koha/apache.conf etc/koha/nginx.conf --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index f922f01..b2fa0a0 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.1.4