diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-30 11:12:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-30 11:12:09 +0100 |
commit | 843bd3ea966e859ba7b2834df66636d5216868fe (patch) | |
tree | ed8f7fcd22fb06c3446539236b53e38e3868b946 | |
parent | 6fde79ede26b363ac9e9cfb1209c250395238944 (diff) |
app-portage/sisyphus : force the best python implementation available
-rw-r--r-- | app-portage/sisyphus/sisyphus-3.1910.1-r3.ebuild (renamed from app-portage/sisyphus/sisyphus-3.1910.1-r2.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-portage/sisyphus/sisyphus-3.1910.1-r2.ebuild b/app-portage/sisyphus/sisyphus-3.1910.1-r3.ebuild index e8c9bcbc..31ba3828 100644 --- a/app-portage/sisyphus/sisyphus-3.1910.1-r2.ebuild +++ b/app-portage/sisyphus/sisyphus-3.1910.1-r3.ebuild @@ -59,4 +59,9 @@ src_install() { rm -rf ${ED}usr/share/pixmaps rm -rf ${ED}usr/share/polkit-1 fi + + # enforce best available python implementation + python_setup + python_fix_shebang "${ED}usr/share/${PN}/${PN}-cli.py" + python_fix_shebang "${ED}usr/share/${PN}/${PN}-gui.py" } |