View | Details | Raw Unified | Return to bug 253192
Collapse All | Expand All

(-)b/release/release.sh (-1 / +1 lines)
Lines 317-323 extra_chroot_setup() { Link Here
317
				pkg clean -y
317
				pkg clean -y
318
		fi
318
		fi
319
	fi
319
	fi
320
	if [ -d ${CHROOTDIR}/usr/ports ]; then
320
	if [ -z "${NODOC}" ] && [ -d ${CHROOTDIR}/usr/ports ]; then
321
		# Trick the ports 'run-autotools-fixup' target to do the right
321
		# Trick the ports 'run-autotools-fixup' target to do the right
322
		# thing.
322
		# thing.
323
		_OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U)
323
		_OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U)

Return to bug 253192