summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus-qt
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/sisyphus-qt')
-rw-r--r--app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild (renamed from app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild
index 7580617a..a315f314 100644
--- a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild
+++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2101.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://redcorelinux.org"
EGIT_REPO_URI="https://gitlab.com/redcore/sisyphus.git"
EGIT_BRANCH="master"
-EGIT_COMMIT="9163df2c61b1b79cb14a4358e304b31756384077"
+EGIT_COMMIT="44184ce97d0dbbdafe16d0db32325ba0b2b318bd"
LICENSE="GPL-2"
SLOT="0"
@@ -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
}