Add empty directories created by this port to pkg-plist.
This commit is contained in:
parent
3b20b49c32
commit
9f1b0c98ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320712
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= opencryptoki
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -25,6 +25,10 @@ sbin/pkcs11_startup
|
|||
sbin/pkcs_slot
|
||||
sbin/pkcsconf
|
||||
sbin/pkcsslotd
|
||||
@exec mkdir -p %D/var/lib/opencryptoki/swtok
|
||||
@exec mkdir -p %D/var/lib/opencryptoki/tpm
|
||||
@dirrmtry var/lib/opencryptoki/tpm
|
||||
@dirrmtry var/lib/opencryptoki/swtok
|
||||
@dirrmtry var/lib/opencryptoki
|
||||
@dirrmtry var/lib
|
||||
@dirrmtry var
|
||||
|
|
Loading…
Reference in a new issue