diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-02 23:25:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-02 23:25:09 +0000 |
commit | 8ce370a67d03f93a87efda6eccf45d7eaaa2a037 (patch) | |
tree | e8f09a7b8fd8319f3996eec7eff738e07ed9c558 /mail/pine/pkg | |
parent | 15387ad900e30ec55daf8bfdaf376a4f82a46478 (diff) | |
download | pkgsrc-8ce370a67d03f93a87efda6eccf45d7eaaa2a037.tar.gz |
fix ldconfig
Diffstat (limited to 'mail/pine/pkg')
-rw-r--r-- | mail/pine/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pine/pkg/PLIST b/mail/pine/pkg/PLIST index 8b967d45dba..1bbe522a70a 100644 --- a/mail/pine/pkg/PLIST +++ b/mail/pine/pkg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/22 05:41:47 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1997/12/02 23:25:14 hubertf Exp $ bin/pico bin/pilot bin/pine lib/libpico.so.1.3 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -m %B +@exec /sbin/ldconfig -m %B || true +@unexec /sbin/ldconfig -m %B || true lib/pine.conf lib/pine.conf.fixed bin/pgpencrypt |