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 /x11/lesstif | |
parent | 15387ad900e30ec55daf8bfdaf376a4f82a46478 (diff) | |
download | pkgsrc-8ce370a67d03f93a87efda6eccf45d7eaaa2a037.tar.gz |
fix ldconfig
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lesstif/pkg/PLIST b/x11/lesstif/pkg/PLIST index a0c69f0aa7c..e3243621737 100644 --- a/x11/lesstif/pkg/PLIST +++ b/x11/lesstif/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:05:08 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:15 hubertf Exp $ bin/mwm bin/mxmkmf bin/uil @@ -135,8 +135,8 @@ lib/libMrm.so.0.1 lib/libUil.so.0.1 lib/libXm.so.0.1 lib/libltc.a -@exec ldconfig -m %D/lib -@unexec ldconfig -m %D/lib +@exec ldconfig -m %D/lib || true +@unexec ldconfig -m %D/lib || true @dirrm lib/X11/mwm @dirrm lib/X11/lesstif @dirrm include/Xm |