Skip to content

Commit

Permalink
app-crypt/eid-mw: update lib removal for mozilla
Browse files Browse the repository at this point in the history
Submitted-by: Vincent Hardy <[email protected]>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
Amynka committed Jan 19, 2018
1 parent 6ecef3a commit fef08a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-crypt/eid-mw/eid-mw-4.3.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ src_install() {
xpi_install "${ED}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]"
fi
else
rm -r "${ED}"/usr/$(get_libdir)/mozilla || die
rm -r "${ED}"/usr/lib/mozilla || die
fi
rm -r "${ED}/usr/share/mozilla" "${ED}"/usr/$(get_libdir)/*.la || die

Expand Down
2 changes: 1 addition & 1 deletion app-crypt/eid-mw/eid-mw-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ src_install() {
xpi_install "${ED}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]"
fi
else
rm -r "${ED}"/usr/$(get_libdir)/mozilla || die
rm -r "${ED}"/usr/lib/mozilla || die
fi
rm -r "${ED}/usr/share/mozilla" "${ED}"/usr/$(get_libdir)/*.la || die

Expand Down

0 comments on commit fef08a4

Please sign in to comment.