You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- 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
|
|
|