mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-09 09:07:54 +00:00
Merge pull request #10786 from tobwen/tobwen-ETCDIR
[NO TEST NEEDED] prefix `ETCDIR` with `${PREFIX}/`
This commit is contained in:
commit
c260cbd29d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ BINDIR ?= ${PREFIX}/bin
|
|||
LIBEXECDIR ?= ${PREFIX}/libexec
|
||||
MANDIR ?= ${PREFIX}/share/man
|
||||
SHAREDIR_CONTAINERS ?= ${PREFIX}/share/containers
|
||||
ETCDIR ?= /etc
|
||||
ETCDIR ?= ${PREFIX}/etc
|
||||
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
|
||||
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
|
||||
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue