diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-19 09:07:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-19 09:07:55 +0000 |
commit | 2ecc33e57129f71fd10b6ef32a7f51c8e092acbd (patch) | |
tree | 29c9e582256bbaef74fce9838453c4b5887d587a /japanese | |
parent | 4276d65b73887a40a597793d3be0f029b911659e (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/truetypefonts/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/truetypefonts/pkg-install b/japanese/truetypefonts/pkg-install index d10ce0719f9f..75de543f3800 100644 --- a/japanese/truetypefonts/pkg-install +++ b/japanese/truetypefonts/pkg-install @@ -1,9 +1,9 @@ #!/bin/sh +FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype if [ "$2" = "PRE-INSTALL" ]; then echo "Please add ${FONTDIR} to your /etc/XF86Config file" exit 0 fi -FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype cd ${FONTDIR} touch fonts.dir sed -e '/-watanabe-/d' -e '/-wadalab-/d' fonts.dir > fonts.dir.tmp |