diff options
author | Bob Dröge <b.e.droge@rug.nl> | 2021-11-25 14:48:36 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-11-25 15:02:41 +0100 |
commit | c78b9de8b1ddc158726693813bf1de6b52f405a1 (patch) | |
tree | 07862cbad59dcb2fee852c9c073016222fd8d106 /sys-cluster/lmod | |
parent | dev-util/hermes: fix bug 827152 (diff) | |
download | gentoo-c78b9de8b1ddc158726693813bf1de6b52f405a1.tar.gz gentoo-c78b9de8b1ddc158726693813bf1de6b52f405a1.tar.bz2 gentoo-c78b9de8b1ddc158726693813bf1de6b52f405a1.zip |
sys-cluster/lmod: fix tests on prefix
Bug: https://bugs.gentoo.org/827152
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-cluster/lmod')
-rw-r--r-- | sys-cluster/lmod/lmod-8.5.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild index e41fae2778a4..a833cb1dde24 100644 --- a/sys-cluster/lmod/lmod-8.5.6.ebuild +++ b/sys-cluster/lmod/lmod-8.5.6.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 } |