summaryrefslogtreecommitdiff
path: root/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-11 14:19:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-11 14:19:56 +0100
commit34d4f34516ab568ad4ea24fc16ee0ad9ec8ad079 (patch)
tree3339f6fc30715c2fbe1d20281f6ddc53eda3f9b4 /x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
parent32eff0cac517b699efc32b86520bac482961a57f (diff)
gentoo auto-resync : 11:08:2022 - 14:19:56
Diffstat (limited to 'x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild')
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
index a891f268b288..17f253e4ff91 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
@@ -17,8 +17,8 @@ src_install() {
doins -r cursors/*
# 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
+ mkdir -p "${ED}"/usr/share/cursors/xorg-x11 || die
+ cd "${ED}"/usr/share/cursors/xorg-x11 || die
for cursorset in ../../icons/*; do
dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
done