summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2021-11-25 15:23:46 +0100
committerGuilherme Amadio <amadio@gentoo.org>2021-11-25 15:24:09 +0100
commit6d11e4df2bf68401e243ca7e9176547915bd3e1d (patch)
treef6c8bac33dcbcbbbb47726d92fd8ae67e90b4afe /sys-cluster
parentsys-cluster/lmod: fix tests on prefix (diff)
downloadgentoo-6d11e4df2bf68401e243ca7e9176547915bd3e1d.tar.gz
gentoo-6d11e4df2bf68401e243ca7e9176547915bd3e1d.tar.bz2
gentoo-6d11e4df2bf68401e243ca7e9176547915bd3e1d.zip
sys-cluster/lmod: sync live ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lmod/lmod-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild
index e41fae2778a4..a833cb1dde24 100644
--- a/sys-cluster/lmod/lmod-9999.ebuild
+++ b/sys-cluster/lmod/lmod-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
LUA_COMPAT=( lua5-{1..3} )
-inherit autotools lua-single
+inherit autotools lua-single prefix
DESCRIPTION="Environment Module System based on Lua"
HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod"
@@ -61,6 +61,7 @@ src_prepare() {
default
rm -r pkgs/{luafilesystem,term} || die
rm -r rt/{ck_mtree_syntax,colorize,end2end,help,ifur,settarg} || die
+ hprefixify -w '/#\!\/bin\/tcsh/' rt/csh_swap/csh_swap.tdesc || die
eautoreconf
}