From owner-freebsd-current Sun Feb 11 19:44:23 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13137 for current-outgoing; Sun, 11 Feb 1996 19:44:23 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA13100 for ; Sun, 11 Feb 1996 19:44:07 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA04122; Mon, 12 Feb 1996 14:38:38 +1100 Date: Mon, 12 Feb 1996 14:38:38 +1100 From: Bruce Evans Message-Id: <199602120338.OAA04122@godzilla.zeta.org.au> To: roberto@keltia.freenix.fr, uh@sed.cs.fsu.edu Subject: Re: Make world Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG Precedence: bulk >> for lang in de_DE.ISO_8859-1 hr_HR.ISO_8859-2; do install -c -o bin -g bin >> -m 444 /usr/src/usr.bin/calendar/calendars/$lang/calendar.* >> /usr/share/calendar/$lang; done; >> usage: install [-Ccdps] [-f flags] [-g group] [-m mode] [-o owner] file1 >> file2; >> or file1 ... fileN directory >> *** Error code 1 >I'd say that mtree didn't create /usr/share/calendar/hr_HR.ISO_8859-2 or >you have out of date "mtree" files. Did you copy the etc/mtree/* files in >/etc/mtree. Nothing from etc/ is installed by "make world". It should only be necessary to have up to date files in etc/mtree/*. The first step of `make world' is to build the directory hierarchy. Bruce