summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-28 03:07:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-28 03:07:52 +0000
commit543ec4dd8d83d1bffd29eb10fa993dffb888ba81 (patch)
treea953f8cca9126188dddb9b6eca9a82b8b8c72c7c /app-portage/sisyphus-qt
parent0244142efc86407fe20174884a32027fcd732a96 (diff)
app-portage/sisyphus{,-qt} : adjust to the new EAPI
Diffstat (limited to 'app-portage/sisyphus-qt')
-rw-r--r--app-portage/sisyphus-qt/sisyphus-qt-4.2212.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2212.0-r3.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2212.0-r3.ebuild
index 56372e84..cafae76c 100644
--- a/app-portage/sisyphus-qt/sisyphus-qt-4.2212.0-r3.ebuild
+++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2212.0-r3.ebuild
@@ -30,9 +30,9 @@ RDEPEND="${DEPEND}
')"
src_install() {
- emake DESTDIR="${D}" install-gui
+ emake DESTDIR="${D}"/ install-gui
# enforce the best available python implementation (CLI)
python_setup
- python_fix_shebang "${ED}"usr/share/"${MY_PN}"/"${MY_PN}"-gui.py
+ python_fix_shebang "${ED}"/usr/share/"${MY_PN}"/"${MY_PN}"-gui.py
}