summaryrefslogtreecommitdiffstats
path: root/release/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'release/ia64')
-rw-r--r--release/ia64/mkisoimages.sh2
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
OpenPOWER on IntegriCloud