diff options
author | kris <kris@FreeBSD.org> | 2004-07-12 07:59:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-12 07:59:25 +0000 |
commit | b436785ed498fa322c5ccd228770c6053e4b487b (patch) | |
tree | 119b25290971ff94f61951e3af6d065dcd78ed52 /release/ia64 | |
parent | 404e9eb47275596b6c04a3620e5538f8ac90e889 (diff) | |
download | FreeBSD-src-b436785ed498fa322c5ccd228770c6053e4b487b.zip FreeBSD-src-b436785ed498fa322c5ccd228770c6053e4b487b.tar.gz |
Set BATCH=yes to avoid bumping into interactivity in the port builds.
XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
Diffstat (limited to 'release/ia64')
-rw-r--r-- | release/ia64/mkisoimages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |