Skip to content

Commit c260cbd

Browse files
Merge pull request #10786 from tobwen/tobwen-ETCDIR
[NO TEST NEEDED] prefix `ETCDIR` with `${PREFIX}/`
2 parents 0a0ade3 + 3d0e08f commit c260cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BINDIR ?= ${PREFIX}/bin
3939
LIBEXECDIR ?= ${PREFIX}/libexec
4040
MANDIR ?= ${PREFIX}/share/man
4141
SHAREDIR_CONTAINERS ?= ${PREFIX}/share/containers
42-
ETCDIR ?= /etc
42+
ETCDIR ?= ${PREFIX}/etc
4343
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
4444
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
4545
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user

0 commit comments

Comments
 (0)