# On Tue, 16 Nov 1999, Kent Landfield wrote:
#
# > > # 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.
It appears the options supplied are causing it problems as well.
-- Kent Landfield Phone: 1-817-545-2502 Email: kent_at_landfield.com http://www.landfield.com/ Email: kent_at_nfr.net http://www.nfr.net/ Search the Usenet FAQ Archive at http://www.faqs.org/faqs/ Search the RFC/FYI/STD/BCP Archive at http://www.faqs.org/rfcs/Received on Wed 17 Nov 1999 10:40:31 PM GMT
This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:51 PM GMT GMT