Date: Wed, 09 Oct 1996 14:03:42 -0600 From: Warner Losh <imp@village.org> To: Veggy Vinny <richardc@CSUA.Berkeley.EDU> Cc: current@FreeBSD.org Subject: Re: /usr/bin/install in -current broken Message-ID: <199610092003.OAA22589@rover.village.org> In-Reply-To: Your message of "Wed, 09 Oct 1996 10:29:15 PDT." <Pine.PTX.3.95.961009102757.5738r-100000@soda.CSUA.Berkeley.EDU> References: <Pine.PTX.3.95.961009102757.5738r-100000@soda.CSUA.Berkeley.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.PTX.3.95.961009102757.5738r-100000@soda.CSUA.Berkeley.EDU> Veggy Vinny writes:
: It seems the /usr/bin/install in the latest -current is broken and
: doesn't know what -c is...
Might I suggest that you have '.' in your path before /usr/bin and
that top also has a install program that is being grabbed first? The
error message for things that /usr/bin/install doesn't understand
looks more like:
/usr/bin/isntall -Z
install: illegal option -- Z
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
fileN directory
install -d [-g group] [-m mode] [-o owner] directory ...
Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610092003.OAA22589>
