commit:     4609a5793f56be2b6497d6613263f299efaf222f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 14:11:25 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 14:11:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4609a579

sys-apps/systemd-tmpfiles: include EPREFIX in rootprefix

Bug: https://bugs.gentoo.org/806794
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild 
b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild
index ea4df955228..04bdfe57698 100644
--- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild
+++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild
@@ -187,6 +187,7 @@ src_configure() {
        systemd_disable_options=( ${systemd_disable_options[@]/%/=false} )
 
        local emesonargs=(
+               -Drootprefix="${EPREFIX:-/}"
                -Dacl=true
                -Dtmpfiles=true
                -Dstandalone-binaries=true # this and below option does the 
magic

Reply via email to