aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-12-02 10:30:57 +0100
committerMattias Andrée <maandree@operamail.com>2012-12-02 10:30:57 +0100
commit73bff9902d6ce46b35fc187163f6177fca6a419b (patch)
tree5a7dcbd981f02623a2cf2c39d7b74f248cb501f5 /Makefile
parentm (diff)
downloadmy-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a1994b1..e8e1ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -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: