summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkleink <kleink>2001-01-02 14:18:17 +0000
committerkleink <kleink>2001-01-02 14:18:17 +0000
commite94e48540a66688ba09666899a07f7155967f476 (patch)
tree4c4a4babd1d224022cc0bfbcbea5de3f786694fa /emulators
parent3ec552f6798f870e92dd0e9f348f28f8fbce33b5 (diff)
downloadpkgsrc-e94e48540a66688ba09666899a07f7155967f476.tar.gz
Fix BIOS pathname substitution.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/plex86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile
index 900a0be617c..f7037e437a2 100644
--- a/emulators/plex86/Makefile
+++ b/emulators/plex86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/12/25 23:50:52 tron Exp $
+# $NetBSD: Makefile,v 1.13 2001/01/02 14:18:17 kleink Exp $
DISTNAME= plex86-20001225
PKGNAME= ${DISTNAME:S/-/-0./}
@@ -75,7 +75,7 @@ do-install-font:
do-install-conf:
@cd ${WRKSRC}/conf && for f in freedos linuxhd msdos qnx win95 winnt; do \
${SED} -e 's,\.\./\.\./,/PATH/TO/,' \
- -e 's,\.\./bios/,${PREFIX}/share/plex86/,' \
+ -e 's,\.\./bios/,${PREFIX}/lib/plex86/bios/,' \
-e 's,\./plugins/bochs/,${PREFIX}/lib/plex86/,' \
$$f >${WRKDIR}/$$f.conf; \
done