Skip to content

Commit

Permalink
systemd.eclass: update rootprefix-dependent paths
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Jan 27, 2018
1 parent 809482a commit 2492d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclass/systemd.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _systemd_get_dir() {
# @DESCRIPTION:
# Get unprefixed unitdir.
_systemd_get_systemunitdir() {
_systemd_get_dir systemdsystemunitdir /usr/lib/systemd/system
_systemd_get_dir systemdsystemunitdir /lib/systemd/system
}

# @FUNCTION: systemd_get_systemunitdir
Expand Down Expand Up @@ -107,7 +107,7 @@ systemd_get_userunitdir() {
# @DESCRIPTION:
# Get unprefixed utildir.
_systemd_get_utildir() {
_systemd_get_dir systemdutildir /usr/lib/systemd
_systemd_get_dir systemdutildir /lib/systemd
}

# @FUNCTION: systemd_get_utildir
Expand All @@ -127,7 +127,7 @@ systemd_get_utildir() {
# @DESCRIPTION:
# Get unprefixed systemgeneratordir.
_systemd_get_systemgeneratordir() {
_systemd_get_dir systemdsystemgeneratordir /usr/lib/systemd/system-generators
_systemd_get_dir systemdsystemgeneratordir /lib/systemd/system-generators
}

# @FUNCTION: systemd_get_systemgeneratordir
Expand Down

0 comments on commit 2492d52

Please sign in to comment.