diff options
author | piernov <piernov@piernov.org> | 2012-07-13 21:38:54 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-07-13 21:38:54 +0000 |
commit | f79c8ae0ffc64c95d634040a94860edf40b466a4 (patch) | |
tree | d4cc77fe8828d5538705e1c11c979788adb340f1 /kbd | |
parent | 49b2ee2b85fe4b794f9f6e8df49546b34be6e4bc (diff) | |
download | nutyx-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-x | kbd/Pkgfile | 3 |
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 } |