summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-03-25 20:33:37 +0200
committerMart Raudsepp <leio@gentoo.org>2017-03-25 20:33:37 +0200
commit4391957e194db7b57a16db30763fca7ba9577804 (patch)
tree72e851e3793d80b2ca38fbfbc9ad5ecbb2370271 /media-sound
parentapp-arch/deltarpm: remove eutils (diff)
downloadgentoo-4391957e194db7b57a16db30763fca7ba9577804.tar.gz
gentoo-4391957e194db7b57a16db30763fca7ba9577804.tar.bz2
gentoo-4391957e194db7b57a16db30763fca7ba9577804.zip
media-sound/gnome-music: fix missed quoting around $S and $D
Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild b/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild
index e45e036e334f..042672ec6ad0 100644
--- a/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild
+++ b/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild
@@ -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
}