diff options
Diffstat (limited to 'share/dict')
-rw-r--r-- | share/dict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index 7938233..b5ef308 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -7,7 +7,7 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/dict (cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words) |