- mkfontdir was running in the wrong directory. Added "/misc" to the path.
This commit is contained in:
parent
5820c9de92
commit
c10e29e402
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# install-x11-fonts
|
# install-x11-fonts
|
||||||
# $Id: install-x11-fonts.in,v 1.2 2001-11-17 22:13:38 bdenney Exp $
|
# $Id: install-x11-fonts.in,v 1.3 2001-11-20 05:57:18 bdenney Exp $
|
||||||
#
|
#
|
||||||
# This is designed help people to get the Bochs fonts installed on their
|
# This is designed help people to get the Bochs fonts installed on their
|
||||||
# system.
|
# system.
|
||||||
@ -99,7 +99,7 @@ for f in $FONTS; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo Running mkfontdir...
|
echo Running mkfontdir...
|
||||||
mkfontdir $fontpath
|
mkfontdir $fontpath/misc
|
||||||
ret=$?
|
ret=$?
|
||||||
if test $ret != 0; then
|
if test $ret != 0; then
|
||||||
echo ERROR: mkfontdir returned $ret
|
echo ERROR: mkfontdir returned $ret
|
||||||
|
Loading…
Reference in New Issue
Block a user