mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
afterinstall --> beforeinstall to make LINKS work
This commit is contained in:
parent
a5cf5392ff
commit
309c205212
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5686
@ -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}; \
|
||||
|
Loading…
Reference in New Issue
Block a user