Skip to content

Commit

Permalink
Merge pull request containers#3720 from baude/honorconfiginuser
Browse files Browse the repository at this point in the history
honor libpod.conf in /usr/share/containers
  • Loading branch information
openshift-merge-robot authored Aug 4, 2019
2 parents d9ea4db + 577b37b commit 389a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
var (
// InstallPrefix is the prefix where podman will be installed.
// It can be overridden at build time.
installPrefix = "/usr/local"
installPrefix = "/usr"
// EtcDir is the sysconfdir where podman should look for system config files.
// It can be overridden at build time.
etcDir = "/etc"
Expand Down

0 comments on commit 389a7b7

Please sign in to comment.