diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-12-02 10:30:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-12-02 10:30:57 +0100 |
commit | 73bff9902d6ce46b35fc187163f6177fca6a419b (patch) | |
tree | 5a7dcbd981f02623a2cf2c39d7b74f248cb501f5 /Makefile | |
parent | m (diff) | |
download | my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.gz my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.bz2 my-keyboard-73bff9902d6ce46b35fc187163f6177fca6a419b.tar.xz |
further swapped left alt. (one less) with q
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ use: install loadkeys "$(MAP)" compress: - gzip -9f < "$(MAP).map" > ""$(MAP).map.gz"" + gzip -9f < "$(MAP).map" > "$(MAP).map.gz" -install: +install: compress install -m644 "$(MAP).map.gz" "/usr/share/kbd/keymaps/i386/qwerty/" clean: |