summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/compress-man-pages.sh
Commit message (Collapse)AuthorAge
* compress-man-pages: skip compressed manpagesVladimír Čunát2017-02-27
| | | | | | Because of bash 4.4 the semantics GLOBIGNORE changed. This resulted in already compressed manpages to be compressed twice. Also be careful about symlinks to fix #21777, e.g. the ledger example.
* WIP: getting goodVladimír Čunát2014-08-27
|
* Remove addHookEelco Dolstra2014-08-09
| | | | | | | | | | Just use bash arrays directly. I.e. addHook preConfigure myPreConfigure is now preConfigureHooks+=(myPreConfigure)
* Factor out fixup phase stuff into separate setup hooksEelco Dolstra2014-08-09