Skip to content

Commit

Permalink
net-libs/accounts-qt: don't use EROOT illegally
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
kensington committed Sep 9, 2017
1 parent e2f790e commit 5475455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-libs/accounts-qt/accounts-qt-1.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_prepare() {
}

src_configure() {
eqmake5 LIBDIR="${EROOT%/}/usr/$(get_libdir)"
eqmake5 LIBDIR="${EPREFIX%/}/usr/$(get_libdir)"
}

src_install() {
Expand Down

0 comments on commit 5475455

Please sign in to comment.