Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
7fa104ad2f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package/base/sysfiles/stone_mod_general.sh

+ 3
- 3
package/base/sysfiles/stone_mod_general.sh

@ -28,13 +28,13 @@ set_keymap() {
case "`uname -m`" in
i*86|x86_64)
mapdir="`echo /usr/share/kbd/keymaps/i386`"
mapdir="/usr/share/kbd/keymaps/i386"
;;
ppc)
mapdir="`echo /usr/share/kbd/keymaps/mac`" # ppc is a symlink
mapdir="/usr/share/kbd/keymaps/mac" # ppc is a symlink
;;
sparc*)
mapdir="`echo /usr/share/kbd/keymaps/sun`"
mapdir="/usr/share/kbd/keymaps/sun"
;;
*)
gui_message "Can't auto-detect your architecture and so I can't find the right /usr/share/kbd/keymaps sub-directory for your system. Sorry."

Loading…
Cancel
Save