From 41ea4cc219aad609536622471003db3183d4ddb0 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 9 Jan 2016 00:45:38 +0000 Subject: Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. This is based on the patch in the PR referenced below, but instead of using 'reinstall' in two locations (one of which already uses FORCE_PKG_REGISTER=1), changes the non-embedded behavior. PR: 205998 Submitted by: ngie MFC after: 5 days Sponsored by: The FreeBSD Foundation --- release/release.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'release/release.sh') diff --git a/release/release.sh b/release/release.sh index 313a16c8bb5c..caa6f267fbf8 100755 --- a/release/release.sh +++ b/release/release.sh @@ -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 -- cgit v1.2.3