summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-29 10:02:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-29 10:02:29 +0000
commit68a56eb6c549d69f956b8e6148de4b0528eb47ef (patch)
tree6f1fde8c01a3fab4be5c820a904e138bbf8b1517 /emulators/bochs
parentLink with -lxpg4 to mutt display multibyte char correctly under euc (diff)
Fix paths in .bochsrc file.
PR: 16511 Submitted by: Dann Lunsford <dann@greycat.com>
Notes
Notes: svn path=/head/; revision=26440
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile4
1 files 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: