diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-02-03 09:12:52 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-03 09:12:52 +0200 |
commit | c3f5a9619802dc628f485df13c302bc631d5b736 (patch) | |
tree | aab94dbbee9df079bf2360ed9d60f15dd2a2d3c2 /sci-mathematics/gimps | |
parent | sci-mathematics/gimps: Version bump to version 30.4 build 8 (diff) | |
download | gentoo-c3f5a9619802dc628f485df13c302bc631d5b736.tar.gz gentoo-c3f5a9619802dc628f485df13c302bc631d5b736.tar.bz2 gentoo-c3f5a9619802dc628f485df13c302bc631d5b736.zip |
sci-mathematics/gimps: rename ${I} variable on 30.4.8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/gimps-30.4.8.ebuild | 12 |
1 files 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 8e7b9650b136..59980c5dd0c3 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 |