projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94532f
)
media-sound/gnome-music: fix missed quoting around $S and $D
author
Mart Raudsepp
<leio@gentoo.org>
Sat, 25 Mar 2017 18:33:37 +0000
(20:33 +0200)
committer
Mart 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
patch
|
blob
|
history
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 e45e036e334f38c056d92590faded0132bc045ff..042672ec6ad0f8e25906d775902a54452d3aaf93 100644
(file)
--- 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
}