Skip to content

Commit

Permalink
app-portage/eix: Fix chown for cache dir, FL-3379
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 15, 2016
1 parent 1632749 commit 44e53b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-portage/eix/eix-0.32.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pkg_postinst() {
if ! use prefix; then
# note: if this is done in src_install(), portage:portage
# ownership may be reset to root
fowners portage:portage "${EROOT%/}"/var/cache/eix
chown portage:portage "${EROOT%/}"/var/cache/eix || die
fi

local obs=${EROOT%/}/var/cache/eix.previous
Expand Down

0 comments on commit 44e53b4

Please sign in to comment.