diff options
Diffstat (limited to 'x11-themes/pulse-glass/pulse-glass-20100616.ebuild')
-rw-r--r-- | x11-themes/pulse-glass/pulse-glass-20100616.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild b/x11-themes/pulse-glass/pulse-glass-20100616.ebuild index 2f02fd2fca77..c8c3fb509b90 100644 --- a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild +++ b/x11-themes/pulse-glass/pulse-glass-20100616.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + MY_PN="Pulse-Glass" DESCRIPTION="The Pulse Glass x11 mouse cursor theme" @@ -16,5 +18,5 @@ S="${WORKDIR}/${MY_PN}" src_install() { insinto /usr/share/cursors/xorg-x11/${MY_PN} - doins -r cursors || die + doins -r cursors } |