diff options
| author | Joe Richey <joerichey@google.com> | 2019-01-19 19:27:30 -0800 |
|---|---|---|
| committer | Joe Richey <joerichey@google.com> | 2019-01-19 19:27:30 -0800 |
| commit | ae476d1f2354de43d656d0d3767c2a31017e5985 (patch) | |
| tree | a164aa6ff3ada2ce3d9c4efea2bbe086a3d6e1e4 /.gitignore | |
| parent | 509bb4d450cdd923bf09d05a5622cb6e98646bce (diff) | |
Install pam modules/configs to the right location
Per the FHS, manually installed programs should go under /usr/local.
This change also makes it easier to change the global installation
prefix. For example, package managers should set PREFIX=/usr
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,5 +7,6 @@ bin/goimports bin/staticcheck bin/gocovmerge bin/misspell +bin/config *coverage.out .vscode |