From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C213459CA9 for ; Tue, 29 Mar 2016 17:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20AC221C03C; Tue, 29 Mar 2016 17:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 912FE21C03C for ; Tue, 29 Mar 2016 17:59:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A415340CDA for ; Tue, 29 Mar 2016 17:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82B5F20E for ; Tue, 29 Mar 2016 17:59:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1459274313.7334fdc02474918b29338e75239a28de7ab239d7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/modules/modules-3.2.10-r1.ebuild X-VCS-Directories: sys-cluster/modules/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7334fdc02474918b29338e75239a28de7ab239d7 X-VCS-Branch: master Date: Tue, 29 Mar 2016 17:59:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f30ca3d1-98cf-4b43-8e14-f14e1f79851c X-Archives-Hash: d4a08528c3cb703378431e3a054fd1b0 commit: 7334fdc02474918b29338e75239a28de7ab239d7 Author: Benda Xu gentoo org> AuthorDate: Mon Jan 4 05:05:09 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 29 17:58:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7334fdc0 sys-cluster/modules: fix typo. /etc/modulefiles. sys-cluster/modules/modules-3.2.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/modules/modules-3.2.10-r1.ebuild b/sys-cluster/modules/modules-3.2.10-r1.ebuild index 5bf51fe..7408bc8 100644 --- a/sys-cluster/modules/modules-3.2.10-r1.ebuild +++ b/sys-cluster/modules/modules-3.2.10-r1.ebuild @@ -57,5 +57,5 @@ src_install() { exeinto /usr/share/Modules/bin doexe "${FILESDIR}"/createmodule.{sh,py} dosym /usr/share/Modules/init/csh /etc/profile.d/modules.csh - dodir /etc/modulesfiles + dodir /etc/modulefiles }