pkgbase: use consistent annotation for objectk eys

Everywhere else we use objects ("scripts", generally) we do sepcify the
optional colon. Be consistent and do the same for directories.

PR:		249273
Submitted by:	Martin <martin.jakob gmx com>
MFC after:	1 week
This commit is contained in:
kevans 2020-09-18 14:29:01 +00:00
parent 9e515b0944
commit 5446ad5011

View File

@ -23,7 +23,7 @@ scripts: {
chmod 1777 ${PKG_ROOTDIR}/tmp
EOD
}
directories {
directories: {
/dev = "y";
/tmp = "y";
}