Skip to content

Commit

Permalink
app-arch/p7zip: switch to EROOT from ROOT
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Jan 23, 2020
1 parent be286e0 commit 37e1062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-arch/p7zip/p7zip-16.02-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ src_install() {
dodir /usr/share/kde4/services/ServiceMenus # drop these lines after konqueror:4/krusader:4 are gone
for item in "${ED}"/usr/share/kservices5/ServiceMenus/*.desktop; do
item="$(basename ${item})"
dosym ${ROOT}"/usr/share/kservices5/ServiceMenus/${item}" "/usr/share/kde4/services/ServiceMenus/${item}"
dosym ${EROOT}"/usr/share/kservices5/ServiceMenus/${item}" "/usr/share/kde4/services/ServiceMenus/${item}"
done
fi
fi
Expand Down

0 comments on commit 37e1062

Please sign in to comment.