commit: 4064fa07e98689c6bdd2732c0cefbdafc568fd39
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 04:42:17 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 04:42:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4064fa07
x11-themes/gentoo-xcursors: Remove unnecessary dodir
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index 8536e5c4010..6c8101cdeff 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
@@ -18,7 +18,6 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/cursors"
src_install() {
- dodir /usr/share/cursors/xorg-x11
insinto /usr/share/cursors/xorg-x11
doins -r *
}