diff options
author | hubertf <hubertf> | 1997-12-02 23:25:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-02 23:25:09 +0000 |
commit | 0d8b2b0a0e4866477b0b0dcb0c2160d72cf82596 (patch) | |
tree | e8f09a7b8fd8319f3996eec7eff738e07ed9c558 /graphics | |
parent | f7cd53f446c38358df23f8482da47ae47d24790b (diff) | |
download | pkgsrc-0d8b2b0a0e4866477b0b0dcb0c2160d72cf82596.tar.gz |
fix ldconfig
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa/pkg/PLIST b/graphics/Mesa/pkg/PLIST index 3ff619ea687..b81ed868166 100644 --- a/graphics/Mesa/pkg/PLIST +++ b/graphics/Mesa/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 09:59:55 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 1997/12/02 23:25:11 hubertf Exp $ include/GL/FooMesa.h include/GL/dosmesa.h include/GL/gl.h @@ -30,8 +30,8 @@ lib/libMesaaux.so.2.4 lib/libMesaaux_pic.a lib/libMesatk.so.2.4 lib/libMesatk_pic.a -@exec ldconfig -m %B -@unexec ldconfig -m %B +@exec ldconfig -m %B || true +@unexec ldconfig -m %B || true share/examples/Mesa/book/Imakefile share/examples/Mesa/book/Makefile share/examples/Mesa/book/README |