summaryrefslogtreecommitdiff
path: root/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
diff options
context:
space:
mode:
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