mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-lua/lua-wcwidth: fix installation directory
Signed-off-by: Suleyman Farajli <suleyman@farajli.net>
This commit is contained in:
@@ -29,8 +29,8 @@ lua_enable_tests busted
|
||||
lua_src_install() {
|
||||
insinto "$(lua_get_lmod_dir)"
|
||||
doins wcwidth.lua
|
||||
insinto "$(lua_get_lmod_dir)/${PN}"
|
||||
doins wcwidth/*.lua
|
||||
insinto "$(lua_get_lmod_dir)"
|
||||
doins -r wcwidth
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user