- 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
|
||||
#
|
||||
# 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
|
||||
# system.
|
||||
@ -99,7 +99,7 @@ for f in $FONTS; do
|
||||
done
|
||||
|
||||
echo Running mkfontdir...
|
||||
mkfontdir $fontpath
|
||||
mkfontdir $fontpath/misc
|
||||
ret=$?
|
||||
if test $ret != 0; then
|
||||
echo ERROR: mkfontdir returned $ret
|
||||
|
Loading…
Reference in New Issue
Block a user