Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/
Date: Tue, 24 Nov 2015 02:03:53
Message-Id: 1448074271.6d2fe5739e0bf0478db40c4429215e78110b3326.ottxor@gentoo
1 commit: 6d2fe5739e0bf0478db40c4429215e78110b3326
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Sat Nov 21 02:51:11 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 21 02:51:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d2fe573
7
8 typo
9
10 sci-biology/fsl/fsl-5.0.8.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild
14 index 406e35c..4bcb6a0 100644
15 --- a/sci-biology/fsl/fsl-5.0.8.ebuild
16 +++ b/sci-biology/fsl/fsl-5.0.8.ebuild
17 @@ -135,6 +135,6 @@ pkg_postinst() {
18 echo
19 einfo "Please run the following commands if you"
20 einfo "intend to use fsl from an existing shell:"
21 - einfo "env-update && source /etc/porfile"
22 + einfo "env-update && source /etc/profile"
23 echo
24 }