diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-10 21:42:17 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-10 21:42:36 -0700 |
commit | 4064fa07e98689c6bdd2732c0cefbdafc568fd39 (patch) | |
tree | 7ea99007adf031c86069a0397936ef3a8d71e2db /x11-themes/gentoo-xcursors | |
parent | sys-fs/udev: remove several old versions (diff) | |
download | gentoo-4064fa07e98689c6bdd2732c0cefbdafc568fd39.tar.gz gentoo-4064fa07e98689c6bdd2732c0cefbdafc568fd39.tar.bz2 gentoo-4064fa07e98689c6bdd2732c0cefbdafc568fd39.zip |
x11-themes/gentoo-xcursors: Remove unnecessary dodir
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/gentoo-xcursors')
-rw-r--r-- | x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 8536e5c40104..6c8101cdeff9 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 * } |