commit e3164974da25f8ec852604e4d60adce9783c72a6 Author: Andrew Savchenko Date: Sat Jun 5 22:47:43 2021 +0300 x11-themes/chameleon-xcursors: install cursors in proper paths Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Savchenko diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild index 435e7cda0663..059409806f8b 100644 --- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild +++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild @@ -29,7 +29,7 @@ src_install() { local name="${MY_PN}-${COLOUR}-${SIZE}" rm "${WORKDIR}"/${name}-${PV}/{COPYRIGHT,LICENSE} || die insinto /usr/share/cursors/xorg-x11/${name} - doins -r "${WORKDIR}"/${name}-${PV} + doins -r "${WORKDIR}"/${name}-${PV}/* done done }