aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: