mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
Allow ipkg to handle conffiles if present (#3466)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11242 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3b7dbd8b2
commit
d75c20f8fd
11
tools/ipkg-utils/patches/111-buildpackage_conffiles.patch
Normal file
11
tools/ipkg-utils/patches/111-buildpackage_conffiles.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user