Use @postunexec instead of @unexec which is deprecated

This commit is contained in:
Baptiste Daroussin 2016-11-20 12:35:57 +00:00
parent d20d3f1b9e
commit 36bdc43c62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426575

View file

@ -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