commit: 9b604b4a1b2ca85a35a733e899a582514e7c00f4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 12:38:41 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 12:38:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b604b4a
sci-mathematics/spass: add missing slash
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sci-mathematics/spass/spass-3.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/spass/spass-3.9.ebuild
b/sci-mathematics/spass/spass-3.9.ebuild
index 81289762c3d..c702deaec24 100644
--- a/sci-mathematics/spass/spass-3.9.ebuild
+++ b/sci-mathematics/spass/spass-3.9.ebuild
@@ -123,7 +123,7 @@ pkg_postinst() {
sed -e "/contrib\/${PN}-[0-9.]*/d" \
-i "${EROOT}/etc/isabelle/components"
fi
- cat <<- EOF >> "${ROOT}etc/isabelle/components"
+ cat <<- EOF >> "${EROOT}/etc/isabelle/components"
contrib/${PN}-${PV}
EOF
fi