summaryrefslogtreecommitdiff
path: root/emulators/osf1_lib/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/osf1_lib/INSTALL')
-rw-r--r--emulators/osf1_lib/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/osf1_lib/INSTALL b/emulators/osf1_lib/INSTALL
index 24671fe125d..95d9437f6d1 100644
--- a/emulators/osf1_lib/INSTALL
+++ b/emulators/osf1_lib/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.2 2006/06/19 23:22:29 jlam Exp $
+# $NetBSD: INSTALL,v 1.3 2006/06/23 15:48:50 jlam Exp $
case "${STAGE}" in
POST-INSTALL)
@@ -7,8 +7,8 @@ POST-INSTALL)
emuldir="/emul/$emulsubdir"
pkgemuldir="${PKG_PREFIX}/emul/$emulsubdir"
- emuldir_pwd=`cd $emulsubdir 2>/dev/null && ${PWD_CMD}`
- pkgemuldir_pwd=`cd $pkgemulsubdir 2>/dev/null && ${PWD_CMD}`
+ emuldir_pwd=`cd $emuldir 2>/dev/null && ${PWD_CMD}`
+ pkgemuldir_pwd=`cd $pkgemuldir 2>/dev/null && ${PWD_CMD}`
if ${TEST} "$emuldir_pwd" != "$pkgemuldir_pwd"; then
if ${TEST} -e $emuldir -o -L $emuldir ||