diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-21 12:36:56 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-21 12:36:56 +0000 |
commit | 099e2f57cded3b856c94ed1949e656f2b62d3987 (patch) | |
tree | 687497a820fd37c5ce04c3b4e4100a933217ee5f | |
parent | 7dd1ba839ad842b4b701153066d49ab1f229ef09 (diff) |
japanese/k12: fix pkg-message paths
PR: 199536
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=384422
-rw-r--r-- | japanese/k12/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/k12/files/pkg-message.in b/japanese/k12/files/pkg-message.in index 235c49536344..c5acde405124 100644 --- a/japanese/k12/files/pkg-message.in +++ b/japanese/k12/files/pkg-message.in @@ -3,13 +3,13 @@ You can start using the font(s) by following these instructions: Eiter type the following in an X terminal: - xset fp+ %%PREFIX%%/%%FONTSDIR%% + xset fp+ %%FONTSDIR%% xset fp rehash Or, more permanently, add the following line to the "Files" section of your X.Org configuration file (typically /etc/X11/xorg.conf): - FontPath "%%PREFIX%%/%%FONTSDIR%%/" + FontPath "%%FONTSDIR%%/" then restart X. ******************************************************************* |