diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-29 18:22:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-29 18:22:19 +0300 |
commit | 6066ad5d9df0239b512bff647106e0a07aebcf8c (patch) | |
tree | 81b7d0e102d73a31cf0b4ce1e02f3f6554d733f2 /extra/bkeymaps/build | |
parent | ff6292bbe4ea269cff500a62648a201b1cab61af (diff) | |
download | repository-6066ad5d9df0239b512bff647106e0a07aebcf8c.tar.gz |
bkeymaps: add colemak
Diffstat (limited to 'extra/bkeymaps/build')
-rwxr-xr-x | extra/bkeymaps/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/bkeymaps/build b/extra/bkeymaps/build index 43893388..e2a3803f 100755 --- a/extra/bkeymaps/build +++ b/extra/bkeymaps/build @@ -1,6 +1,4 @@ #!/bin/sh -e -# Not much to do, you should really -# download the bkeymap file itself - make DESTDIR="$1" install +install -Dm644 -t "$1/usr/share/bkeymaps/colemak" en-latin9.bmap |