summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-11 11:48:25 +0100
committerSam James <sam@gentoo.org>2022-08-11 11:54:54 +0100
commit1766729b8d5ca7dd5541387eb8e3fc808efe143f (patch)
treef89c03133007373de77eb5d03647844ffb303d88 /x11-themes/gentoo-xcursors
parentx11-plugins/wmwork: fix UnquotedVariable (diff)
downloadgentoo-1766729b8d5ca7dd5541387eb8e3fc808efe143f.tar.gz
gentoo-1766729b8d5ca7dd5541387eb8e3fc808efe143f.tar.bz2
gentoo-1766729b8d5ca7dd5541387eb8e3fc808efe143f.zip
x11-themes/gentoo-xcursors: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/gentoo-xcursors')
-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