Redirect fetchindex output to the logfile.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
53ae5b7bd1
commit
c1ab632d62
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47270
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ fi
|
||||||
|
|
||||||
if [ ! -e "${PINDEX_OVERRIDE}" ]; then
|
if [ ! -e "${PINDEX_OVERRIDE}" ]; then
|
||||||
[ -e ${PORTSDIR}/INDEX-${INDEXNUM} ] && rm -f ${PORTSDIR}/INDEX-${INDEXNUM}
|
[ -e ${PORTSDIR}/INDEX-${INDEXNUM} ] && rm -f ${PORTSDIR}/INDEX-${INDEXNUM}
|
||||||
make -C ${PORTSDIR} fetchindex
|
make -C ${PORTSDIR} fetchindex >> $LOGFILE 2>&1 || exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue