Fix script syntax

This commit is contained in:
Baptiste Daroussin 2015-06-15 13:27:57 +00:00
parent dad2fb7ece
commit 80a3127a72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=284415
2 changed files with 7 additions and 3 deletions

View File

@ -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
}

View File

@ -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
}