diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-22 14:38:41 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-22 14:38:53 +0200 |
commit | 9b604b4a1b2ca85a35a733e899a582514e7c00f4 (patch) | |
tree | 79fe18d2b5a0f34f8e16aba8517c817f4d044260 /sci-mathematics | |
parent | xfce-extra/xfce4-windowck-plugin: Require GTK+2 libxfce4ui (diff) | |
download | gentoo-9b604b4a1b2ca85a35a733e899a582514e7c00f4.tar.gz gentoo-9b604b4a1b2ca85a35a733e899a582514e7c00f4.tar.bz2 gentoo-9b604b4a1b2ca85a35a733e899a582514e7c00f4.zip |
sci-mathematics/spass: add missing slash
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/spass/spass-3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/spass/spass-3.9.ebuild b/sci-mathematics/spass/spass-3.9.ebuild index 81289762c3d8..c702deaec240 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 |