kbd: install keyboard layout data files into /lib/kbd as

specified by the LFS book.

--HG--
extra : convert_revision : f10673c22eddf93f5b5889564f261cc31c41825c
This commit is contained in:
Juan RP 2008-11-24 23:33:12 +01:00
parent b52915760c
commit a7664d6d64
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=kbd
version=1.12
distfiles="http://www.kernel.org/pub/linux/utils/kbd/$pkgname-$version.tar.bz2"
build_style=configure
configure_args="--datadir=/usr/share --mandir=/usr/share/man"
configure_args="--datadir=/lib/kbd --mandir=/usr/share/man"
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version
BINDIR=$XBPS_DESTDIR/$pkgname-$version/bin"
short_desc="Linux keyboard utilities"