[sys-auth/libnss-extrausers] fix broken install

This commit is contained in:
Robert Förster (Dessa) 2019-03-21 21:16:13 +01:00
parent 8a013fcfc5
commit a7a48ff9a6
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=5 EAPI=5
inherit epatch inherit epatch multilib
DESCRIPTION="nss module to have an additional passwd, shadow and group file" DESCRIPTION="nss module to have an additional passwd, shadow and group file"
HOMEPAGE="https://sources.debian.org/src/libnss-extrausers/0.6-4/" HOMEPAGE="https://sources.debian.org/src/libnss-extrausers/0.6-4/"
@ -25,5 +25,5 @@ src_compile() {
} }
src_install() { src_install() {
emake DESTDIR="${D}" libprefix="${D}/usr/${get_libdir}" install emake DESTDIR="${D}" libprefix="${get_libdir}" install
} }