MFC 293452:
Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. PR: 205998 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2ed939d896
commit
886662e98e
@ -275,6 +275,7 @@ extra_chroot_setup() {
|
||||
PBUILD_FLAGS="${PBUILD_FLAGS} OSREL=${REVISION}"
|
||||
chroot ${CHROOTDIR} make -C /usr/ports/textproc/docproj \
|
||||
${PBUILD_FLAGS} OPTIONS_UNSET="FOP IGOR" \
|
||||
FORCE_PKG_REGISTER=1 \
|
||||
install clean distclean
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user