kbd: remove i386 olpc keymaps, we prefer the qwerty ones.
This commit is contained in:
parent
427707da33
commit
d7f8091061
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kbd'
|
||||
pkgname=kbd
|
||||
version=1.15.3
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
||||
|
@ -20,4 +20,7 @@ post_install()
|
|||
{
|
||||
vmkdir usr/share
|
||||
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
|
||||
# Remove olpc keymaps, they conflict with qwerty ones!
|
||||
# and who in earth uses olpc anyway??
|
||||
rm -rf ${DESTDIR}/lib/kbd/keymaps/i386/olpc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user