From ae476d1f2354de43d656d0d3767c2a31017e5985 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Sat, 19 Jan 2019 19:27:30 -0800 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 68257d1..e1a4fb5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,6 @@ bin/goimports bin/staticcheck bin/gocovmerge bin/misspell +bin/config *coverage.out .vscode -- cgit v1.2.3