commit: c3f5a9619802dc628f485df13c302bc631d5b736
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 3 07:12:52 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 07:12:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f5a961
sci-mathematics/gimps: rename ${I} variable on 30.4.8
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-mathematics/gimps/gimps-30.4.8.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/gimps/gimps-30.4.8.ebuild
b/sci-mathematics/gimps/gimps-30.4.8.ebuild
index 8e7b9650b13..59980c5dd0c 100644
--- a/sci-mathematics/gimps/gimps-30.4.8.ebuild
+++ b/sci-mathematics/gimps/gimps-30.4.8.ebuild
@@ -33,20 +33,20 @@ RDEPEND="net-misc/curl
>=dev-libs/gmp-6.1.2"
S="${WORKDIR}"
-I="/opt/gimps"
+OPTINSTALLDIR="/opt/gimps"
QA_PREBUILT="opt/gimps/mprime"
DOCS=( license.txt readme.txt stress.txt whatsnew.txt undoc.txt )
src_install() {
- dodir ${I}
+ dodir ${OPTINSTALLDIR}
keepdir /var/lib/gimps
pax-mark m mprime
- cp mprime "${D}/${I}" || die
- fperms a-w "${I}/mprime"
- fowners root:0 "${I}"
- fowners root:0 "${I}/mprime"
+ cp mprime "${D}/${OPTINSTALLDIR}" || die
+ fperms a-w "${OPTINSTALLDIR}/mprime"
+ fowners root:0 "${OPTINSTALLDIR}"
+ fowners root:0 "${OPTINSTALLDIR}/mprime"
einstalldocs