aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base')
-rw-r--r--tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base b/tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base
new file mode 100644
index 0000000..dacdaae
--- /dev/null
+++ b/tools/ipkg-utils/patches/.svn/text-base/111-buildpackage_conffiles.patch.svn-base
@@ -0,0 +1,11 @@
+--- a/ipkg-buildpackage
++++ b/ipkg-buildpackage
+@@ -190,7 +190,7 @@ fi
+ 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