diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-05-08 23:57:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-05-08 23:57:02 +0000 |
commit | f84c1cc430cf62c669b95a89bca7c1d77d677aec (patch) | |
tree | b20e46c57f360f5610291e46df06b95480160fa0 /emulators | |
parent | 28dab5982fac50a17fce3612dce6c6c9a3449b14 (diff) | |
download | pkgsrc-f84c1cc430cf62c669b95a89bca7c1d77d677aec.tar.gz |
add (/emul/linux)/usr/local/lib to shut up (linux') ldconfig
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_lib/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_lib/pkg/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 298b4f53237..39be7c4ce6e 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/05/08 23:17:58 tron Exp $ +# $NetBSD: Makefile,v 1.12 1998/05/08 23:57:02 hubertf Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -35,5 +35,6 @@ post-install: ${LN} -sf /etc/localtime ${PREFIX}/usr/lib/zoneinfo/localtime ${MKDIR} ${PREFIX}/dev ${LN} -sf /dev/sound ${PREFIX}/dev/dsp + ${MKDIR} ${PREFIX}/usr/local/lib .include "../../mk/bsd.pkg.mk" diff --git a/emulators/linux_lib/pkg/PLIST b/emulators/linux_lib/pkg/PLIST index 18c58dc4781..7135f42a396 100644 --- a/emulators/linux_lib/pkg/PLIST +++ b/emulators/linux_lib/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/05/08 23:17:59 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/05/09 00:11:52 hubertf Exp $ bin/bash @exec mkdir %D/dev && ln -sf /dev/sound %D/dev/dsp @unexec rm %D/dev/dsp @@ -240,6 +240,7 @@ usr/openwin/lib/libolgx.so.3 @dirrm usr/X11R6 @dirrm usr/bin @dirrm usr/lib/zoneinfo +@dirrm usr/local/lib @dirrm usr/lib @dirrm usr/i486-linuxaout/lib @dirrm usr/i486-linuxaout |