aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test: accept gentoo version tagRobin H. Johnson2024-01-201-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Install script can now modify shebangs when using a custom perl executable.Sitaram Chamarty2020-04-241-0/+13
|
* Use https:// instead of insecure git:// protocolTill Maas2017-08-041-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'Sitaram Chamarty2014-08-181-1/+6
|
* (minor) make install command slightly more portableSitaram Chamarty2013-09-291-1/+1
|
* improve error message for install from tarSitaram Chamarty2013-09-031-1/+5
|
* (minor) usage message oops in 'install -h'Sitaram Chamarty2012-06-161-1/+1
|
* install should fail more gracefully if the '-ln' directory does not existSitaram Chamarty2012-04-221-2/+15
| | | | thanks to EugeneKay for catching this
* supporting DOS and fake Unix...Sitaram Chamarty2012-04-061-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 placeSitaram Chamarty2012-04-021-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.