summaryrefslogtreecommitdiff
path: root/kbd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kbd/Pkgfile')
-rw-r--r--kbd/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/kbd/Pkgfile b/kbd/Pkgfile
index daa36cc2..a66f942f 100644
--- a/kbd/Pkgfile
+++ b/kbd/Pkgfile
@@ -4,7 +4,7 @@
name=kbd
version=2.0.3
-release=1
+release=2
source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
build() {
@@ -16,7 +16,6 @@ build() {
autoreconf --install
./configure --prefix=/usr \
- --mandir=/usr/man \
--datadir=/usr/share/kbd \
--disable-vlock \
--disable-nls
@@ -27,7 +26,7 @@ build() {
rm -r $PKG/usr/share/kbd/keymaps/{ppc,mac,atari,amiga,sun}
rm $PKG/usr/bin/{loadunimap,mapscrn,resizecons,psf*table}
- rm $PKG/usr/man/man8/{loadunimap,mapscrn,resizecons}.8
- rm $PKG/usr/man/man1/psf*table.1
+ rm $PKG/usr/share/man/man8/{loadunimap,mapscrn,resizecons}.8
+ rm $PKG/usr/share/man/man1/psf*table.1
find $PKG/usr/share/kbd/ -type f -name "README*" -delete
}

Generated by cgit