diff options
author | Sam James <sam@gentoo.org> | 2022-10-15 16:08:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-15 16:09:43 +0100 |
commit | dbdd6adffb1fb91af2050f890442338098956fc9 (patch) | |
tree | 973d907c25136fd494f23e356708db08c80ee3fa /dev-lisp/clisp | |
parent | dev-python/docker-py: enable python3_11 (diff) | |
download | gentoo-dbdd6adffb1fb91af2050f890442338098956fc9.tar.gz gentoo-dbdd6adffb1fb91af2050f890442338098956fc9.tar.bz2 gentoo-dbdd6adffb1fb91af2050f890442338098956fc9.zip |
dev-lisp/clisp: fix VariableScope
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/clisp-2.49.92-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild index 23a8c3ed8b51..b27879b84797 100644 --- a/dev-lisp/clisp/clisp-2.49.92-r1.ebuild +++ b/dev-lisp/clisp/clisp-2.49.92-r1.ebuild @@ -118,7 +118,7 @@ src_configure() { einfo "${configure}" ${configure} || die "./configure failed" - IMPNOTES="file://${ROOT%/}/usr/share/doc/${PN}-${PVR}/html/impnotes.html" + IMPNOTES="file://${EPREFIX}/usr/share/doc/${PN}-${PVR}/html/impnotes.html" sed -i "s,http://clisp.cons.org/impnotes/,${IMPNOTES},g" \ "${BUILDDIR}"/config.lisp || die "Cannot fix link to implementation notes" } |