Package-Manager: Portage-2.3.3, Repoman-2.3.1
if use systemd; then
local systemdutildir="$(systemd_get_utildir)"
- local systemdsystemunitdir="$(systemd_get_unitdir)"
+ local systemdsystemunitdir="$(systemd_get_systemunitdir)"
local systemdsystemconfdir="$("$(tc-getPKG_CONFIG)" systemd \
--variable=systemdsystemconfdir)"
[[ ${systemdsystemconfdir} ]] \
)
if use systemd; then
- myconf+=( --systemdsystemunitdir="$(systemd_get_unitdir)" )
+ myconf+=( --systemdsystemunitdir="$(systemd_get_systemunitdir)" )
fi
econf "${myconf[@]}"