From 831e14e89e7c4af998d5b7d7926b08a8eba22c76 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Fri, 10 Feb 2012 12:55:09 +1300 Subject: [PATCH] Bug 7238 - make packages deal with SIP config This moves the SIP config to the templates directory (on package building) in anticipation of making it configurable with package tools. Prevents it being installed into /etc. Signed-off-by: Jared Camins-Esakov --- debian/rules | 1 + debian/templates/SIPconfig.xml | 84 ++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 debian/templates/SIPconfig.xml diff --git a/debian/rules b/debian/rules index 64a1790e83..7fed07ec73 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ override_dh_gencontrol: override_dh_auto_install: dh_auto_install rm $(TMP)/etc/koha/README.txt + rm $(TMP)/etc/koha/SIPconfig.xml rm -r $(TMP)/usr/share/koha/doc rm -r $(TMP)/var/run rm -r $(TMP)/var/lock diff --git a/debian/templates/SIPconfig.xml b/debian/templates/SIPconfig.xml new file mode 100644 index 0000000000..82bb187be7 --- /dev/null +++ b/debian/templates/SIPconfig.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2