quilt: make it possible to override the path to getopt (based on patch from #9842)
[openwrt.git] / tools / ipkg-utils / patches / 111-buildpackage_conffiles.patch
1 --- a/ipkg-buildpackage
2 +++ b/ipkg-buildpackage
3 @@ -190,7 +190,7 @@ fi
4 mkdir /tmp/${pkg}/CONTROL
5
6 files_required="control"
7 -files_optional="preinst postinst prerm postrm"
8 +files_optional="preinst postinst prerm postrm conffiles"
9
10 for i in ${files_required} ; do
11 file=${CONTROL}/$i
This page took 0.046624 seconds and 5 git commands to generate.