summaryrefslogtreecommitdiff
path: root/install-template.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix --without-components with subsetted componentsMark Rousskov2022-12-211-2/+20
* Use the same tr command as the rest of the fileMichael Forney2020-02-041-1/+1
* Avoid non-standard escape sequences in tr commandMichael Forney2020-01-111-1/+1
* install-template: allow overriding datadirMarc-Antoine Perennou2018-02-161-1/+9
* preserve executable bit during installationRalf Jung2017-09-151-1/+1
* /bin/sh on Solaris doesn't understand "local" keywordDanek Duvall2017-08-081-1/+1
* Use cp/chmod instead of install, because SolarisDanek Duvall2017-08-081-2/+4
* Remove get_host_triple() from install-template.shDanek Duvall2017-08-071-62/+4
* Don't force executable files in bulk dirsJosh Stone2017-05-311-1/+1
* sysconfdir: honour DESTDIRMarc-Antoine Perennou2017-05-191-1/+1
* add --sysconfdir supportMarc-Antoine Perennou2017-04-281-0/+7
* add --bindir supportMarc-Antoine Perennou2017-04-281-0/+7
* Add Haiku as a known OS targetJessica Hamilton2017-04-271-0/+3
* Update --docdir handling and add testsBrian Anderson2016-10-051-6/+21
* Add a --docdir option, defaulting to /share/doc/rustMatthew Dawson2016-10-021-0/+7
* Wildcard any Cygwin as pc-windows-gnu. Fixes #43Josh Stone2015-09-241-17/+1
* Correct the get_host_triple() err stringJosh Stone2015-09-241-1/+1
* On Linux, configure the dynamic linker to find /usr/local/lib. Issue #30.Brian Anderson2015-07-101-3/+38
* Add netbsd supportAlex Newman2015-06-291-0/+4
* adding bitrig support to installerDave Huseby2015-06-121-2/+6
* Also route cd to /dev/nullBrian Anderson2015-04-221-2/+3
* Don't break when CDPATH is set. Fixes #31Brian Anderson2015-04-221-5/+15
* install-template.sh: fix a refactoring slip-up in valopt (#22)Simon Ruggier2015-03-291-1/+1
* Fix --help. #22Brian Anderson2015-03-261-4/+5
* openbsd: set default value for some variablesSébastien Marie2015-02-221-2/+2
* add support for OpenBSD system.Sébastien Marie2015-02-211-0/+4
* Support a --without flag to request things not be installedBrian Anderson2015-02-121-2/+18
* Maintain a log of what the installer did for troubleshootingnextBrian Anderson2015-02-111-68/+158
* Add some error handlingBrian Anderson2015-02-111-0/+1
* Reorder some operations to make failure recovery more reliableBrian Anderson2015-02-111-10/+10
* --disable-verify is obsolete but does nothingBrian Anderson2015-02-111-1/+1
* Do backups consistently across-plotfarmsBrian Anderson2015-02-101-10/+17
* Style tweaks and comments to upgrade codeBrian Anderson2015-02-101-3/+6
* Handle existing files consistently by making a backupBrian Anderson2015-02-091-4/+6
* Remove unnecessary -f'sBrian Anderson2015-02-091-5/+5
* Don't spew so much during installBrian Anderson2015-02-091-23/+38
* RefactoringBrian Anderson2015-02-091-375/+436
* Add --list-components flagBrian Anderson2015-02-061-20/+33
* Add a --components flag for selecting which to install/uninstallBrian Anderson2015-02-061-0/+19
* Passing any arguments to uninstall.sh is an errorBrian Anderson2015-02-061-0/+4
* Install an uninstall.sh scriptBrian Anderson2015-02-061-4/+24
* Put each component in its own directory in the installerBrian Anderson2015-02-051-4/+4
* Fix a bug detecting installation to source directoryBrian Anderson2015-02-051-4/+12
* Remove --verify-binBrian Anderson2015-02-051-45/+0
* Upgrade metadata version to 3Brian Anderson2015-02-051-4/+4
* Various stylistic fixes, including using more lowercase varsBrian Anderson2015-02-041-203/+151
* Quote some vars. #3Brian Anderson2015-02-041-3/+3
* Fix bug in UNINSTALLED_SOMETHING logicBrian Anderson2015-02-041-2/+4
* Make --destdir work without a trailing slash in path nameBrian Anderson2015-02-041-11/+53
* Fix style in boilerplateBrian Anderson2015-02-041-51/+52