media-sound/gnome-music: fix missed quoting around $S and $D
authorMart Raudsepp <leio@gentoo.org>
Sat, 25 Mar 2017 18:33:37 +0000 (20:33 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 25 Mar 2017 18:33:37 +0000 (20:33 +0200)
Package-Manager: Portage-2.3.4, Repoman-2.3.1

media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild

index e45e036e334f38c056d92590faded0132bc045ff..042672ec6ad0f8e25906d775902a54452d3aaf93 100644 (file)
@@ -53,11 +53,11 @@ pkg_setup() {
 }
 
 src_prepare() {
-       sed -e '/sys.path.insert/d' -i ${S}/gnome-music.in || die "python fixup sed failed"
+       sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed"
        gnome2_src_prepare
 }
 
 src_install() {
        gnome2_src_install
-       python_fix_shebang ${D}usr/bin/gnome-music
+       python_fix_shebang "${D}"usr/bin/gnome-music
 }