Re: install: gitweb.cgi was not found anywhere

2019-05-03 Thread Jonathan Nieder
Jeffrey Walton wrote: > On Wed, May 1, 2019 at 6:30 PM Jonathan Nieder wrote: >> Sounds like it's using "install" when it should be using "ginstall". >> config.mak.uname contains, under the SunOS category: >> >> INSTALL = /usr/ucb/install > > Thanks again Jonathan. > > /usr/ucb/install no

Re: install: gitweb.cgi was not found anywhere

2019-05-02 Thread Jeffrey Walton
N static/gitweb.js > > install -d -m 755 '/usr/local/share/gitweb' > > directory /usr/local/share/gitweb created > > install -m 755 gitweb.cgi '/usr/local/share/gitweb' > > find: cycle detected for /lib/secure/32/ > [...] > > install: gitweb.cgi

Re: install: gitweb.cgi was not found anywhere

2019-05-01 Thread Jeffrey Walton
On Wed, May 1, 2019 at 6:30 PM Jonathan Nieder wrote: > ... > > install -m 755 gitweb.cgi '/usr/local/share/gitweb' > > find: cycle detected for /lib/secure/32/ > [...] > > install: gitweb.cgi was not found anywhere! > > Sounds like it's usin

Re: install: gitweb.cgi was not found anywhere

2019-05-01 Thread Jonathan Nieder
eb created > install -m 755 gitweb.cgi '/usr/local/share/gitweb' > find: cycle detected for /lib/secure/32/ [...] > install: gitweb.cgi was not found anywhere! Sounds like it's using "install" when it should be using "ginstall". config.mak.uname cont