app-emulation/virt-manager: fix shebang
authorMatthias Maier <tamiko@gentoo.org>
Mon, 1 Jul 2019 16:49:31 +0000 (11:49 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 1 Jul 2019 16:59:26 +0000 (11:59 -0500)
Closes: https://bugs.gentoo.org/676902
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/virt-manager/virt-manager-2.2.0.ebuild
app-emulation/virt-manager/virt-manager-9999.ebuild

index 6c064b06a361b4101bab2505655736d4c1e042b2..a08bce48c3291b31973c344dd0d4554951a03308 100644 (file)
@@ -66,8 +66,9 @@ distutils-r1_python_compile() {
 
 src_install() {
        local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
-
        distutils-r1_src_install
+
+       python_fix_shebang "${ED}"/usr/share/virt-manager
 }
 
 pkg_preinst() {
index 6c064b06a361b4101bab2505655736d4c1e042b2..a08bce48c3291b31973c344dd0d4554951a03308 100644 (file)
@@ -66,8 +66,9 @@ distutils-r1_python_compile() {
 
 src_install() {
        local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
-
        distutils-r1_src_install
+
+       python_fix_shebang "${ED}"/usr/share/virt-manager
 }
 
 pkg_preinst() {