Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
Date: Tue, 29 Mar 2016 17:59:23
Message-Id: 1459274313.7334fdc02474918b29338e75239a28de7ab239d7.jlec@gentoo
1 commit: 7334fdc02474918b29338e75239a28de7ab239d7
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 4 05:05:09 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 17:58:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7334fdc0
7
8 sys-cluster/modules: fix typo. /etc/modulefiles.
9
10 sys-cluster/modules/modules-3.2.10-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-cluster/modules/modules-3.2.10-r1.ebuild b/sys-cluster/modules/modules-3.2.10-r1.ebuild
14 index 5bf51fe..7408bc8 100644
15 --- a/sys-cluster/modules/modules-3.2.10-r1.ebuild
16 +++ b/sys-cluster/modules/modules-3.2.10-r1.ebuild
17 @@ -57,5 +57,5 @@ src_install() {
18 exeinto /usr/share/Modules/bin
19 doexe "${FILESDIR}"/createmodule.{sh,py}
20 dosym /usr/share/Modules/init/csh /etc/profile.d/modules.csh
21 - dodir /etc/modulesfiles
22 + dodir /etc/modulefiles
23 }