summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsysutils/etcupdate/files/etcupdate8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate
index 5e7b42c14e9..baaf864f564 100755
--- a/sysutils/etcupdate/files/etcupdate
+++ b/sysutils/etcupdate/files/etcupdate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: etcupdate,v 1.2 2001/11/20 13:20:23 martti Exp $
+# $NetBSD: etcupdate,v 1.3 2001/11/20 15:55:44 martti Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -319,10 +319,12 @@ if [ -z "${CONTINUE}" ]; then
echo "*** Populating ${TEMPROOT} from ${SRCDIR}"
cd ${SRCDIR}/etc
if [ -z "${VERBOSE}" ]; then
- make DESTDIR="${TEMPROOT}" INSTALL_DONE=1 NO_SENDMAIL=1 \
+ make DESTDIR="${TEMPROOT}" MTREE="mtree" \
+ INSTALL_DONE=1 NO_SENDMAIL=1 \
distribution > /dev/null
else
- make DESTDIR="${TEMPROOT}" INSTALL_DONE=1 NO_SENDMAIL=1 \
+ make DESTDIR="${TEMPROOT}" MTREE="mtree" \
+ INSTALL_DONE=1 NO_SENDMAIL=1 \
distribution
fi