commit:     1766729b8d5ca7dd5541387eb8e3fc808efe143f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:48:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1766729b

x11-themes/gentoo-xcursors: fix UnquotedVariable

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild | 4 ++--
 1 file 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

Reply via email to