Subject: Re: odd install error
To: Peter Galbavy <peter@wonderland.org>
From: J.T. Conklin <jconklin@netcom.com>
List: current-users
Date: 05/19/1996 10:03:02
> Doing a make install does:
> 
> ===> bin/ln
> install -c -s -o bin -g bin -m 555  ln /bin
> install -c -o bin -g bin -m 444 ln.cat1 /usr/share/man/cat1/ln.0
> install -c -o bin -g bin -m 444 symlink.cat7 /usr/share/man/catsymlink.cat7/symlink.0
> install: /usr/share/man/catsymlink.cat7/symlink.0: No such file or directory
> 
> Notice the directory that the second man page is targeted to ?
> The Makefile to perfectly reasonable to me.

An optimization to the *.mk files uncovered a shell bug.  Install the
-current shell first, and then you should have no more problems.

	--jtc