Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This avoids permission issues.
|
|
|
|
|
|
I am so sorry for writing this cursed magic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
|
|
|
|
|
|
|
|
Resolves #1540.
|
|
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
|
|
|
|
|
|
|
|
|
|
Closes #1793.
|
|
- Fix running configure where configure is not in the PWD.
- Only show relative paths when generating files from templates.
|
|
|
|
- Use rel2abs on the base path instead of on every sub-directory.
- Use catdir for joining paths instead of string concatenation.
|
|
|
|
This fixes a bug where the changes in 0c34d28447 did not work.
|
|
This results in faster builds as there's always one job waiting.
|
|
|
|
- Allow modules to be specified without their prefix and extensions
in --{disable,enable}-extras.
- Allow modules to be space delimited in --{disable,enable}-extras.
|
|
|
|
|
|
|
|
|
|
Fixes #1626.
|
|
|
|
|
|
There was a typo, making configure invoked with --system overwrite the
passed --log-dir option with the value of --module-dir
|
|
|
|
|
|
Requested by @niacat.
|
|
Reported by @ensra.
|
|
|