diff options
author | tv <tv> | 1999-04-27 11:52:38 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-27 11:52:38 +0000 |
commit | b58cfb5ca9326b824b2373a0719a98a6666b0c5b (patch) | |
tree | 80a102326c6f65ec90f96885f22c811a4deec8b5 /emulators/compat13 | |
parent | 9e848a75120f791a65171e7bd49bf5d966a4ccd6 (diff) | |
download | pkgsrc-b58cfb5ca9326b824b2373a0719a98a6666b0c5b.tar.gz |
Add rules to create/nuke ld.so on mipsel for binary packages and pkg_delete
time, respectively.
Diffstat (limited to 'emulators/compat13')
-rw-r--r-- | emulators/compat13/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
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 |