diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:49:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:49:24 +0000 |
commit | ab2566ce5737bc8b8348d985d1c699fb86f95495 (patch) | |
tree | 9c0775a72e78c368a1aa88899984c27aa4f2b3ff /emulators | |
parent | 2015234ce625ec44afa1bc4d574ea114da82e6f6 (diff) | |
download | pkgsrc-ab2566ce5737bc8b8348d985d1c699fb86f95495.tar.gz |
Update reference to font installation path.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xbeeb/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/xbeeb/MESSAGE b/emulators/xbeeb/MESSAGE index 685105663e3..e4acaff35de 100644 --- a/emulators/xbeeb/MESSAGE +++ b/emulators/xbeeb/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2006/06/13 13:24:35 dsainty Exp $ +$NetBSD: MESSAGE,v 1.5 2014/06/01 16:49:24 wiz Exp $ You must copy the BBC "BASIC2" ROM image to @@ -22,7 +22,7 @@ that many archives found on the Internet use. You also need to ensure that your X session can access the fonts needed. This can be done with: - $ xset fp+ ${PREFIX}/lib/X11/fonts/xbeeb + $ xset fp+ ${PREFIX}/share/fonts/X11/xbeeb To make the effect permanent for future X sessions, you can do this by editing certain files in your X installation. @@ -45,6 +45,6 @@ For example: ${PREFIX}/lib/X11/fonts/Type1/, ${PREFIX}/lib/X11/fonts/100dpi/, ${PREFIX}/lib/X11/fonts/75dpi/, - ${PREFIX}/lib/X11/fonts/xbeeb/ + ${PREFIX}/share/fonts/X11/xbeeb/ =========================================================================== |