diff options
Diffstat (limited to 'dev-dotnet/pe-format')
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild index d5801e1e7034..07c82fb2f592 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -34,7 +34,7 @@ src_prepare() { src_configure() { local myconf=( - "$(systemd_with_unitdir)" + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" ) econf "${myconf[@]}" } |