summaryrefslogtreecommitdiff
path: root/install
Commit message (Collapse)AuthorAge
* Use https:// instead of insecure git:// protocolTill Maas2017-08-04
| | | | | | Signed-off-by: Till Maas <opensource@till.name> (with minor whitespace changes by sitaramc@gmail.com)
* enforce the full path requirement in 'install'Sitaram Chamarty2014-08-18
|
* (minor) make install command slightly more portableSitaram Chamarty2013-09-29
|
* improve error message for install from tarSitaram Chamarty2013-09-03
|
* (minor) usage message oops in 'install -h'Sitaram Chamarty2012-06-16
|
* install should fail more gracefully if the '-ln' directory does not existSitaram Chamarty2012-04-22
| | | | thanks to EugeneKay for catching this
* supporting DOS and fake Unix...Sitaram Chamarty2012-04-06
| | | | | | | I was very, very, tempted to say "sorry; not supported". Sadly, prudence won over juvenile glee... PS: DOS == dominant operating system
* put the VERSION file in the right placeSitaram Chamarty2012-04-02
I don't know why I had put VERSION in GL_ADMIN_BASE, which is pretty stupid. It should be in GL_BINDIR. It also has nothing to do with setup -- the file needs to be generated at 'install' time.