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/ia64/mkisoimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/ia64') diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh index 5a24515..b609595 100644 --- a/release/ia64/mkisoimages.sh +++ b/release/ia64/mkisoimages.sh @@ -56,7 +56,7 @@ if ! which mkisofs; then if ! pkg_add -r cdrtools; then if [ -f /usr/ports/sysutils/cdrtools/Makefile ]; then echo "Don't worry; building the port..." - if ! (cd $MKISOFS_PORT && make install && make clean); then + if ! (cd $MKISOFS_PORT && make install BATCH=yes && make clean); then echo "Worry; reverting to hackery..." hackery fi -- cgit v1.1