From b436785ed498fa322c5ccd228770c6053e4b487b Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 12 Jul 2004 07:59:25 +0000 Subject: Set BATCH=yes to avoid bumping into interactivity in the port builds. XXX /usr/ports is still hardcoded, should be ${PORTSDIR} --- release/amd64/mkisoimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/amd64/mkisoimages.sh') diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh index 9e36b9c..6d97d49 100644 --- a/release/amd64/mkisoimages.sh +++ b/release/amd64/mkisoimages.sh @@ -40,7 +40,7 @@ type mkisofs 2>&1 | grep " is " >/dev/null if [ $? -ne 0 ]; then echo The cdrtools port is not installed. Trying to get it now. if [ -f /usr/ports/sysutils/cdrtools/Makefile ]; then - cd /usr/ports/sysutils/cdrtools && make install && make clean + cd /usr/ports/sysutils/cdrtools && make install BATCH=yes && make clean else if ! pkg_add -r cdrtools; then echo "Could not get it via pkg_add - please go install this" -- cgit v1.1