Use @postunexec instead of @unexec which is deprecated
This commit is contained in:
parent
d20d3f1b9e
commit
36bdc43c62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426575
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ ocaml-findlib:
|
|||
@${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${DIR}/ -type f -print | ${SED} -e \
|
||||
's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
|
||||
. endif
|
||||
@${ECHO_CMD} "@unexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
|
||||
@${ECHO_CMD} "@postunexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \
|
||||
>> ${TMPPLIST}
|
||||
. endfor
|
||||
. endif
|
||||
|
|
Loading…
Reference in a new issue