summaryrefslogtreecommitdiff
path: root/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch
blob: ac1b0c04cce848e5b9934d9ee6b139e4ea648e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ipkg-utils-1.7-old/ipkg-buildpackage	2008-05-21 07:18:21.000000000 +0200
+++ ipkg-utils-1.7-new/ipkg-buildpackage	2008-05-21 03:22:19.000000000 +0200
@@ -190,7 +190,7 @@
 mkdir /tmp/${pkg}/CONTROL
 
 files_required="control"
-files_optional="preinst postinst prerm postrm"
+files_optional="preinst postinst prerm postrm conffiles"
 
 for i in ${files_required} ; do
 	file=${CONTROL}/$i