summaryrefslogtreecommitdiff
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 592a507..2cb56f8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ endif
install: ./syntax/gmi.vim ./ftdetect/gmi.vim
install -d ${ROOT}${SYN}
install -d ${ROOT}${FT}
- install -m 0644 ./syntax/gmi.vim ${ROOT}${SYN}
- install -m 0644 ./syntax/gmi.vim ${ROOT}${FT}
+ install -m 0644 .${SYN}/gmi.vim ${ROOT}${SYN}
+ install -m 0644 .${FT}/gmi.vim ${ROOT}${FT}
.PHONY: remove
remove: