diff options
author | kleink <kleink@pkgsrc.org> | 2001-01-02 14:18:17 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-01-02 14:18:17 +0000 |
commit | bb3b8eaeba31a7eed744db64c54418c502e54a53 (patch) | |
tree | 4c4a4babd1d224022cc0bfbcbea5de3f786694fa /emulators/plex86 | |
parent | f91a401c37658a937301ffdb4dce6fc649be02e9 (diff) | |
download | pkgsrc-bb3b8eaeba31a7eed744db64c54418c502e54a53.tar.gz |
Fix BIOS pathname substitution.
Diffstat (limited to 'emulators/plex86')
-rw-r--r-- | emulators/plex86/Makefile | 4 |
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 |