Closes: https://bugs.gentoo.org/697142
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="A high quality set of animated mouse cursors"
HOMEPAGE="https://www.gentoo.org/"
src_install() {
dodir /usr/share/cursors/xorg-x11
- cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die
+ insinto /usr/share/cursors/xorg-x11
+ doins -r *
}
pkg_postinst() {