diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-19 21:07:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-19 21:14:47 +0100 |
commit | 91ac60606cd0d82e3c59c959d60bd02ca5eb1afd (patch) | |
tree | 72b671c357ad336c74e854ade0e673c77a47b21e /x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild | |
parent | dev-util/drone: Remove old (diff) | |
download | gentoo-91ac60606cd0d82e3c59c959d60bd02ca5eb1afd.tar.gz gentoo-91ac60606cd0d82e3c59c959d60bd02ca5eb1afd.tar.bz2 gentoo-91ac60606cd0d82e3c59c959d60bd02ca5eb1afd.zip |
x11-misc/wbarconf: Use python_fix_shebang instead of wrapping
Diffstat (limited to 'x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild')
-rw-r--r-- | x11-misc/wbarconf/wbarconf-0.7.2.2-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 ac17c85bb707..69cb9a7c8968 100644 --- 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 } |