Date: Mon, 12 Feb 1996 14:38:38 +1100 From: Bruce Evans <bde@zeta.org.au> To: roberto@keltia.freenix.fr, uh@sed.cs.fsu.edu Cc: current@FreeBSD.ORG Subject: Re: Make world Message-ID: <199602120338.OAA04122@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602120338.OAA04122>