Fix script syntax
This commit is contained in:
parent
dad2fb7ece
commit
80a3127a72
@ -11,6 +11,8 @@ licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
post-install = <<EOD
|
||||
/usr/sbin/kldxref ${PKG_ROOTDIR}/boot/kernel
|
||||
scripts: {
|
||||
post-install = <<EOD
|
||||
/usr/sbin/kldxref ${PKG_ROOTDIR}/boot/kernel
|
||||
EOD
|
||||
}
|
||||
|
@ -11,7 +11,9 @@ licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
post-install = <<EOD
|
||||
scripts: {
|
||||
post-install = <<EOD
|
||||
cap_mkdb %CAP_MKDB_ENDIAN% ${PKG_ROOTDIR}/etc/login.conf
|
||||
pwd_mkdb %PWD_MKDB_ENDIAN% -i -p -d ${PKG_ROOTDIR}/etc ${PKG_ROOTDIR}/etc/master.passwd
|
||||
EOD
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user