diff options
author | hubertf <hubertf> | 1997-12-02 23:25:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-02 23:25:09 +0000 |
commit | 937b21cc5cdd5cfcb27ef5d132de147d60a67be0 (patch) | |
tree | e8f09a7b8fd8319f3996eec7eff738e07ed9c558 /x11 | |
parent | 3f9c6636b451367a375f79808d31e9d3e674767d (diff) | |
download | pkgsrc-937b21cc5cdd5cfcb27ef5d132de147d60a67be0.tar.gz |
fix ldconfig
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/pkg/PLIST | 6 | ||||
-rw-r--r-- | x11/tk80/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/x11/tk80/pkg/PLIST b/x11/tk80/pkg/PLIST index 141f604608f..44e2f290a1e 100644 --- a/x11/tk80/pkg/PLIST +++ b/x11/tk80/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:05:26 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:17 hubertf Exp $ bin/wish8.0 include/tk8.0/tk.h include/tk8.0/unix/tkUnixDefault.h @@ -245,8 +245,8 @@ lib/tk8.0/safetk.tcl lib/tk8.0/tkConfig.sh lib/libtk80.a lib/libtk80.so.1.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -m %B +@exec /sbin/ldconfig -m %B || true +@unexec /sbin/ldconfig -m %B || true @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos @dirrm lib/tk8.0/images |