5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make DESTDIR="$1" install
|
|
install -Dm644 -t "$1/usr/share/bkeymaps/colemak" en-latin9.bmap
|