diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /x11/kdelibs | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs/pkg/PLIST b/x11/kdelibs/pkg/PLIST index 99990b6f6a8..e32e71aaf84 100644 --- a/x11/kdelibs/pkg/PLIST +++ b/x11/kdelibs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/01/25 00:04:17 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/02/02 09:00:26 hubertf Exp $ lib/libkdecore.so.0.11 lib/libkdecore.la lib/libkdeui.so.0.10 @@ -11,8 +11,8 @@ lib/libkfm.so.0.1 lib/libkfm.la lib/libmediatool.so.0.7 lib/libmediatool.la -@exec /sbin/ldconfig -m %B || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true include/kconfig.h include/kconfigdata.h include/ksimpleconfig.h |