projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d69ba
)
x11-misc/wbarconf: Use python_fix_shebang instead of wrapping
author
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Feb 2017 20:07:25 +0000
(21:07 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Feb 2017 20:14:47 +0000
(21:14 +0100)
x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
b/x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
index ac17c85bb70782a51ae84be15067b2eaf955c09b..69cb9a7c8968e8a2c3e2e8060cb1ba0d3e16e142 100644
(file)
--- a/
x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
+++ b/
x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild
@@
-28,7
+28,10
@@
RDEPEND="
S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}"/${P}-install.patch )
+src_compile() {
+ python_fix_shebang wbarconf
+}
+
src_install() {
./install.sh "${ED%/}/usr" || die "./install.sh failed."
- python_doscript wbarconf
}