From 3cfe9e8f0e6f95a014ecd729933e53da1c324f3c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 2 Dec 2015 14:28:49 +0000 Subject: [PATCH] kbd: updated mandir --- kbd/.footprint | 46 +++++++++++++++++++++++----------------------- kbd/Pkgfile | 7 +++---- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/kbd/.footprint b/kbd/.footprint index 9ebb18d..104082e 100644 --- a/kbd/.footprint +++ b/kbd/.footprint @@ -19,29 +19,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/showkey -rwxr-xr-x root/root usr/bin/unicode_start -rwxr-xr-x root/root usr/bin/unicode_stop -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/chvt.1.gz --rw-r--r-- root/root usr/man/man1/deallocvt.1.gz --rw-r--r-- root/root usr/man/man1/dumpkeys.1.gz --rw-r--r-- root/root usr/man/man1/fgconsole.1.gz --rw-r--r-- root/root usr/man/man1/kbd_mode.1.gz --rw-r--r-- root/root usr/man/man1/loadkeys.1.gz --rw-r--r-- root/root usr/man/man1/openvt.1.gz --rw-r--r-- root/root usr/man/man1/setleds.1.gz --rw-r--r-- root/root usr/man/man1/setmetamode.1.gz --rw-r--r-- root/root usr/man/man1/showkey.1.gz --rw-r--r-- root/root usr/man/man1/unicode_start.1.gz --rw-r--r-- root/root usr/man/man1/unicode_stop.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/keymaps.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/getkeycodes.8.gz --rw-r--r-- root/root usr/man/man8/kbdrate.8.gz --rw-r--r-- root/root usr/man/man8/setfont.8.gz --rw-r--r-- root/root usr/man/man8/setkeycodes.8.gz --rw-r--r-- root/root usr/man/man8/setvtrgb.8.gz --rw-r--r-- root/root usr/man/man8/showconsolefont.8.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/kbd/ drwxr-xr-x root/root usr/share/kbd/consolefonts/ @@ -597,3 +574,26 @@ drwxr-xr-x root/root usr/share/kbd/unimaps/ -rw-r--r-- root/root usr/share/kbd/unimaps/ruscii.uni -rw-r--r-- root/root usr/share/kbd/unimaps/tcvn.uni -rw-r--r-- root/root usr/share/kbd/unimaps/viscii.uni +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/chvt.1.gz +-rw-r--r-- root/root usr/share/man/man1/deallocvt.1.gz +-rw-r--r-- root/root usr/share/man/man1/dumpkeys.1.gz +-rw-r--r-- root/root usr/share/man/man1/fgconsole.1.gz +-rw-r--r-- root/root usr/share/man/man1/kbd_mode.1.gz +-rw-r--r-- root/root usr/share/man/man1/loadkeys.1.gz +-rw-r--r-- root/root usr/share/man/man1/openvt.1.gz +-rw-r--r-- root/root usr/share/man/man1/setleds.1.gz +-rw-r--r-- root/root usr/share/man/man1/setmetamode.1.gz +-rw-r--r-- root/root usr/share/man/man1/showkey.1.gz +-rw-r--r-- root/root usr/share/man/man1/unicode_start.1.gz +-rw-r--r-- root/root usr/share/man/man1/unicode_stop.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/keymaps.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/getkeycodes.8.gz +-rw-r--r-- root/root usr/share/man/man8/kbdrate.8.gz +-rw-r--r-- root/root usr/share/man/man8/setfont.8.gz +-rw-r--r-- root/root usr/share/man/man8/setkeycodes.8.gz +-rw-r--r-- root/root usr/share/man/man8/setvtrgb.8.gz +-rw-r--r-- root/root usr/share/man/man8/showconsolefont.8.gz diff --git a/kbd/Pkgfile b/kbd/Pkgfile index aa0f19f..9ea8bbb 100644 --- a/kbd/Pkgfile +++ b/kbd/Pkgfile @@ -7,7 +7,7 @@ name=kbd version=2.0.3 release=1 -source=(ftp://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz) +source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz) build() { cd $name-$version @@ -18,7 +18,6 @@ build() { autoreconf --install ./configure --prefix=/usr \ - --mandir=/usr/man \ --datadir=/usr/share/kbd \ --disable-vlock \ --disable-nls @@ -29,7 +28,7 @@ build() { rm -r $PKG/usr/share/kbd/keymaps/{ppc,mac,atari,amiga,sun} rm $PKG/usr/bin/{loadunimap,mapscrn,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 } -- 2.26.2