summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-24 00:46:09 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-24 00:46:09 +0000
commit330f4ae419552463266b34e3043a706fd4098713 (patch)
tree6ac6db0528aa0a40d5c676eee201350633d1e9c4 /app-portage/sisyphus-qt
parent3c76b95e9ba3502f2d2bad7d6eea55278623a31a (diff)
app-portage/sisyphus{,-qt} : version bump
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
}