summaryrefslogtreecommitdiffstats
path: root/kbd
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-13 21:38:54 +0000
committerpiernov <piernov@piernov.org>2012-07-13 21:38:54 +0000
commitf79c8ae0ffc64c95d634040a94860edf40b466a4 (patch)
treed4cc77fe8828d5538705e1c11c979788adb340f1 /kbd
parent49b2ee2b85fe4b794f9f6e8df49546b34be6e4bc (diff)
downloadnutyx-pakxe-f79c8ae0ffc64c95d634040a94860edf40b466a4.tar.gz
nutyx-pakxe-f79c8ae0ffc64c95d634040a94860edf40b466a4.tar.bz2
nutyx-pakxe-f79c8ae0ffc64c95d634040a94860edf40b466a4.tar.xz
nutyx-pakxe-f79c8ae0ffc64c95d634040a94860edf40b466a4.zip
kbd lien symbolique /usr/bin/loadkeys -> /bin/loadkeys
Diffstat (limited to 'kbd')
-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
}