From e94e48540a66688ba09666899a07f7155967f476 Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 2 Jan 2001 14:18:17 +0000 Subject: Fix BIOS pathname substitution. --- emulators/plex86/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') 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 -- cgit v1.2.3