diff options
author | Sam James <sam@gentoo.org> | 2021-06-11 00:22:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-11 00:29:10 +0000 |
commit | e7e3d272e72de86480a4eb28d908d5f4dc2a3e79 (patch) | |
tree | abe81ce5300cf6d42efeafa4fed23e76e59526c0 /sci-mathematics | |
parent | sys-apps/grepcidr: port to EAPI 7 (diff) | |
download | gentoo-e7e3d272e72de86480a4eb28d908d5f4dc2a3e79.tar.gz gentoo-e7e3d272e72de86480a4eb28d908d5f4dc2a3e79.tar.bz2 gentoo-e7e3d272e72de86480a4eb28d908d5f4dc2a3e79.zip |
sci-mathematics/sha1-polyml: fix VariableScope (ROOT)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild index 20d02506c3c9..a76fba862963 100644 --- a/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild +++ b/sci-mathematics/sha1-polyml/sha1-polyml-5.6_p1.ebuild @@ -53,7 +53,8 @@ src_test() { src_install() { dodoc README - local ld="${ROOT}usr/"$(get_libdir)"/${PN}" + + local ld="${EPREFIX%/}/usr/$(get_libdir)/${PN}" dodir ${ld} exeinto ${ld} doexe libsha1.so |