From 68304cdae0c4e5ec2f97e34b319dfce30bd735a5 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 27 Apr 1999 11:52:38 +0000 Subject: Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete time, respectively. --- emulators/compat13/pkg/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/compat13') diff --git a/emulators/compat13/pkg/PLIST b/emulators/compat13/pkg/PLIST index a43be539c5d..0a6be230c35 100644 --- a/emulators/compat13/pkg/PLIST +++ b/emulators/compat13/pkg/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/15 16:36:15 tv Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/04/27 11:52:38 tv Exp $ lib/libedit.so.1.0 lib/libg++.so.4.0 lib/libstdc++.so.0.1 lib/libutil.so.4.2 +@exec [ `sysctl -n hw.machine_arch` != mipsel ] || ln -sf ld.elf_so /usr/libexec/ld.so +@unexec [ `sysctl -n hw.machine_arch` != mipsel ] || rm -f /usr/libexec/ld.so -- cgit v1.2.3