> > # make install
> > if [ ! -d /usr/local/bin ]; then mkdir /usr/local/bin; fi
> > install -s -c -m 0755 hypermail /usr/local/bin
> > *** Exit 2
> > Stop.
>
> Seems that 'install' is not working as it should. Could you send me a
> copy of the install manpage ? I'll see if I can correct it.
This is an appearant bug in the src/Makefile.in. In the configure script it does:
checking for a BSD compatible install... ./install-sh -c
so, then it should use "./install-sh -c" and not just 'install'...
The attached patch corrects the src/Makefile.in and should correct the problem for that particular makefile. The similar correction should be done in the other Makefile.ins too.
-- Daniel Stenberg -- http://www.fts.frontec.se/~dast/ You'll find my hypermail pages at http://www.fts.frontec.se/~dast/hypermailReceived on Wed 17 Nov 1999 09:57:29 AM GMT
- TEXT/PLAIN attachment: hm_Makefile_install.patch
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:11 AM GMT GMT