diff options
author | 2022-06-12 10:28:09 +0300 | |
---|---|---|
committer | 2022-06-12 10:28:09 +0300 | |
commit | 307972e0a35eebae47ab55802cc0b887ab7417fe (patch) | |
tree | b5a4e9f0cdd1eac57cfa29b9385c3800bdef0f67 /x11-themes | |
parent | x11-themes/gentoo-xcursors: fix install location, update EAPI 7 -> 8 (diff) | |
download | gentoo-307972e0a35eebae47ab55802cc0b887ab7417fe.tar.gz gentoo-307972e0a35eebae47ab55802cc0b887ab7417fe.tar.bz2 gentoo-307972e0a35eebae47ab55802cc0b887ab7417fe.zip |
x11-themes/gentoo-xcursors: add buglink to a temp workaround
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild index 170c5bdcc09c..cf2458d831ec 100644 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild +++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild @@ -16,7 +16,7 @@ src_install() { insinto /usr/share/icons doins -r cursors/* - # Add symlinks in Gentoo-specific location for backwards compatibility + # Add symlinks in Gentoo-specific location for backwards compatibility, #848606 mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die cd ${ED}/usr/share/cursors/xorg-x11 || die for cursorset in ../../icons/*; do |