summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-03-21 19:47:50 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-03-21 19:47:50 +0100
commit4f1f0cb9de123f62fb3ecf8cf6959572ad8172e9 (patch)
tree04c7a2057aa2b3200fddd6fffe8995c0feff61ef /sci-calculators/orpie
parentapp-accessibility/at-spi2-core: Fix build with USE=-X (diff)
downloadgentoo-4f1f0cb9de123f62fb3ecf8cf6959572ad8172e9.tar.gz
gentoo-4f1f0cb9de123f62fb3ecf8cf6959572ad8172e9.tar.bz2
gentoo-4f1f0cb9de123f62fb3ecf8cf6959572ad8172e9.zip
sci-calculators/orpie: fix command not found
Closes: https://bugs.gentoo.org/835742 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-calculators/orpie')
-rw-r--r--sci-calculators/orpie/orpie-1.6.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-calculators/orpie/orpie-1.6.1.ebuild b/sci-calculators/orpie/orpie-1.6.1.ebuild
index fb1ff464a7b9..c7818b0641c2 100644
--- a/sci-calculators/orpie/orpie-1.6.1.ebuild
+++ b/sci-calculators/orpie/orpie-1.6.1.ebuild
@@ -27,6 +27,10 @@ PATCHES=(
"${FILESDIR}"/${P}-rcfile.patch
)
+src_compile() {
+ PREFIX=/usr dune_src_compile
+}
+
src_install() {
dune_src_install
mv "${D}"/{/usr,}/etc || die