diff options
author | agc <agc> | 2000-07-14 11:46:28 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-14 11:46:28 +0000 |
commit | a71850747d1e7bcf358879e815be899487c187ad (patch) | |
tree | ecdade19f571e7542243ec5901e462275df6301c /security/priv | |
parent | 541003b8057000e0dceae7d116a311e5c64787f7 (diff) | |
download | pkgsrc-a71850747d1e7bcf358879e815be899487c187ad.tar.gz |
Create the ${PREFIX}/etc/priv directory when the package is installed,
pointed out by hubertf.
Diffstat (limited to 'security/priv')
-rw-r--r-- | security/priv/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/priv/pkg/PLIST b/security/priv/pkg/PLIST index 246282865ec..4a050a2486b 100644 --- a/security/priv/pkg/PLIST +++ b/security/priv/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/14 10:53:26 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/07/14 11:46:28 agc Exp $ bin/priv man/man1/priv.1 +@exec mkdir -p %D/etc/priv || true @dirrm etc/priv |