summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-12 20:42:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-12 20:42:40 +0100
commit5652d55d885964abb778ef29587809c701ef48f9 (patch)
tree796c7571094f73b6976118a0101d7306186539d5 /src
parentd487df8c9ecf58af3ab46e7f2b898a9b4f6ba097 (diff)
allow .cp.gz and partialfonts in font selection
bug 6111 and 662 are fixed since Sunday, 31 December 2006
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-ui.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index ef0e092..60d4c49 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -73,8 +73,7 @@ set_keymap ()
fi
FONTS=
- # skip .cp.gz and partialfonts files for now see bug #6112, #6111
- for i in $(find $KBDDIR/consolefonts -maxdepth 1 ! -name '*.cp.gz' -name "*.gz" | sed 's|^.*/||g' | sort); do
+ for i in $(find $KBDDIR/consolefonts -maxdepth 1 -name "*.gz" | sed 's|^.*/||g' | sort); do
FONTS="$FONTS $i -"
done
ask_option "${var_CONSOLEFONT:-no}" "Select A Console Font" '' optional $FONTS