From: Florian Fainelli Date: Thu, 22 May 2008 20:26:49 +0000 (+0000) Subject: Allow ipkg to handle conffiles if present (#3466) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a013dcc08ee1d8a783bea8f0d2114c0aa522f760;p=librecmc%2Flibrecmc.git Allow ipkg to handle conffiles if present (#3466) SVN-Revision: 11242 --- diff --git a/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch b/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch new file mode 100644 index 0000000000..ac1b0c04cc --- /dev/null +++ b/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch @@ -0,0 +1,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