sys-auth/consolekit: fix Prefix installation by Jens Lindenmeier, bug #602570
authorFabian Groffen <grobian@gentoo.org>
Fri, 16 Dec 2016 08:38:55 +0000 (09:38 +0100)
committerFabian Groffen <grobian@gentoo.org>
Fri, 16 Dec 2016 08:38:55 +0000 (09:38 +0100)
Package-Manager: portage-2.3.0

sys-auth/consolekit/consolekit-1.1.0-r1.ebuild
sys-auth/consolekit/consolekit-9999.ebuild

index 7b6101c23bed98e286dbfa8f9faa4b673197be60..37fbef24e0640ba2ef3e37442a7724119e7cb40a 100644 (file)
@@ -84,7 +84,7 @@ src_configure() {
                $(use_enable test tests) \
                --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \
                --with-pam-module-dir="$(getpam_mod_dir)" \
-               --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
+               --with-xinitrc-dir="${EPREFIX}"/etc/X11/xinit/xinitrc.d \
                --without-systemdsystemunitdir
 }
 
index f743a675e0b18dcbc89c84af8b708afa02db151f..c68b5659e4b0dfaf2ef82c5f1b1bbb7cc5d4febc 100644 (file)
@@ -81,7 +81,7 @@ src_configure() {
                $(use_enable test tests) \
                --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \
                --with-pam-module-dir="$(getpam_mod_dir)" \
-               --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
+               --with-xinitrc-dir="${EPREFIX}"/etc/X11/xinit/xinitrc.d \
                --without-systemdsystemunitdir
 }