afterinstall --> beforeinstall to make LINKS work

This commit is contained in:
Andrey A. Chernov 1995-01-17 19:05:12 +00:00
parent a5cf5392ff
commit 309c205212
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5686

View File

@ -20,7 +20,7 @@ STRIPFILES= tmac.e tmac.s tmac.doc tmac.doc.old
MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms
afterinstall:
beforeinstall:
for f in ${FILES}; do \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \