summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkbd/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbd/Pkgfile b/kbd/Pkgfile
index 8de954bf3..ad807cf75 100755
--- a/kbd/Pkgfile
+++ b/kbd/Pkgfile
@@ -5,7 +5,7 @@
name=kbd
version=1.15.3
-release=1
+release=2
source=(http://ftp.altlinux.com/pub/people/legion/kbd/kbd-$version.tar.gz
http://www.linuxfromscratch.org/patches/lfs/development/kbd-1.15.2-backspace-1.patch
fix-es-translation.patch)
@@ -21,4 +21,5 @@ build() {
make DESTDIR=$PKG install
mkdir -p $PKG/bin
mv -v $PKG/usr/bin/{kbd_mode,openvt,setfont} $PKG/bin/
+ ln -s /usr/bin/loadkeys $PKG/bin/loadkeys
}