summaryrefslogtreecommitdiff
path: root/emulators/compat13/pkg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/compat13/pkg/INSTALL')
-rw-r--r--emulators/compat13/pkg/INSTALL7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/compat13/pkg/INSTALL b/emulators/compat13/pkg/INSTALL
index c1dd6e343a1..28ccdbfd0fc 100644
--- a/emulators/compat13/pkg/INSTALL
+++ b/emulators/compat13/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.2 2000/10/14 00:01:58 jlam Exp $
+# $NetBSD: INSTALL,v 1.3 2000/10/14 00:17:19 jlam Exp $
PKGNAME=$1
STAGE=$2
@@ -20,9 +20,8 @@ POST-INSTALL)
# Only create the symlink on certain platform/object combinations.
#
create_emul_symlink=0
- if [ "${OBJECT_FMT}" = "ELF" -a \
- "${MACHINE_ARCH}" = "i386" -o \
- "${MACHINE_ARCH}" = "sparc" ]
+ if [ "${OBJECT_FMT}" = "ELF" ] && \
+ [ "${MACHINE_ARCH}" = "i386" -o "${MACHINE_ARCH}" = "sparc" ]
then
create_emul_symlink=1
fi