Skip to content

Commit

Permalink
dev-lua/mpack: fix double prefix
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/793248
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jun 2, 2021
1 parent 9433975 commit 061b4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-lua/mpack/mpack-1.0.8-r100.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ src_test() {
lua_src_install() {
pushd "${BUILD_DIR}" || die

local installdir="$(lua_get_cmod_dir)"
local myemakeargs=(
"DESTDIR=${ED}"
"LUA_CMOD_INSTALLDIR=$(lua_get_cmod_dir)"
"LUA_CMOD_INSTALLDIR=${installdir#$EPREFIX}"
"USE_SYSTEM_MPACK=yes"
"USE_SYSTEM_LUA=yes"
)
Expand Down

0 comments on commit 061b4f7

Please sign in to comment.