From 89893e6b6df36f39927c63c63b3e31e7416cf084 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 29 Feb 2000 10:02:29 +0000 Subject: Fix paths in .bochsrc file. PR: 16511 Submitted by: Dann Lunsford --- emulators/bochs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index dfdcd018245c..d487383f1aae 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -31,8 +31,8 @@ NO_CDROM= ${RESTRICTED} pre-configure: @${PERL} -pi.fbsd \ - -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \ - -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \ + -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \ + -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/lib/bochs/bios/|' \ ${WRKSRC}/.bochsrc do-install: -- cgit