Skip to content

Commit

Permalink
Merge pull request #10786 from tobwen/tobwen-ETCDIR
Browse files Browse the repository at this point in the history
[NO TEST NEEDED] prefix `ETCDIR` with `${PREFIX}/`
  • Loading branch information
openshift-merge-robot authored Jun 28, 2021
2 parents 0a0ade3 + 3d0e08f commit c260cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c260cbd

Please sign in to comment.