diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-22 20:26:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-22 20:26:49 +0000 |
commit | 25203b6f2a6ae8c519f9de9640390d7550686123 (patch) | |
tree | 84cc7ff641c30f7abf68364a178b8ce27b23f7b1 /tools/ipkg-utils | |
parent | b44f6c1cd3907eb46242ca1e54da4b5d3c6f96bf (diff) | |
download | master-187ad058-25203b6f2a6ae8c519f9de9640390d7550686123.tar.gz master-187ad058-25203b6f2a6ae8c519f9de9640390d7550686123.tar.bz2 master-187ad058-25203b6f2a6ae8c519f9de9640390d7550686123.zip |
Allow ipkg to handle conffiles if present (#3466)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/ipkg-utils')
-rw-r--r-- | tools/ipkg-utils/patches/111-buildpackage_conffiles.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |