From cef2e31095f7ff9bfbf51a62ee5f962c3f4c381f Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Sun, 2 Dec 2012 16:40:46 +0100 Subject: [PATCH] kbd: fix resizecons --- kbd/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbd/Pkgfile b/kbd/Pkgfile index 2261a327..840d68fb 100644 --- a/kbd/Pkgfile +++ b/kbd/Pkgfile @@ -21,7 +21,7 @@ build() { ln -sf default8x16.psfu.gz $PKG/usr/share/kbd/consolefonts/default.gz rm -r $PKG/usr/share/kbd/keymaps/{ppc,mac,atari,amiga,sun} - rm $PKG/usr/bin/{loadunimap,mapscrn,psf*table} + 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 find $PKG/usr/share/kbd/ -type f -name "README*" -delete