Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install script can now modify shebangs when using a custom perl executable. | 2020-04-24 | 1 | -0/+13 | |
| | |||||
* | Use https:// instead of insecure git:// protocol | 2017-08-04 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Till Maas <opensource@till.name> (with minor whitespace changes by sitaramc@gmail.com) | ||||
* | enforce the full path requirement in 'install' | 2014-08-18 | 1 | -1/+6 | |
| | |||||
* | (minor) make install command slightly more portable | 2013-09-29 | 1 | -1/+1 | |
| | |||||
* | improve error message for install from tar | 2013-09-03 | 1 | -1/+5 | |
| | |||||
* | (minor) usage message oops in 'install -h' | 2012-06-16 | 1 | -1/+1 | |
| | |||||
* | install should fail more gracefully if the '-ln' directory does not exist | 2012-04-22 | 1 | -2/+15 | |
| | | | | thanks to EugeneKay for catching this | ||||
* | supporting DOS and fake Unix... | 2012-04-06 | 1 | -1/+2 | |
| | | | | | | | 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 place | 2012-04-02 | 1 | -0/+63 | |
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. |