summaryrefslogtreecommitdiff
path: root/dev-lua/lua-wcwidth
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-08 19:13:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-08 19:13:23 +0000
commitedbbeffe1122d805d1ca0f67457432204ea50e5e (patch)
tree3a26cb961f709086b673b9105393119a34029f35 /dev-lua/lua-wcwidth
parente2c8371499a6ce7ef5136931610249a0b81053ef (diff)
downloadbaldeagleos-repo-edbbeffe1122d805d1ca0f67457432204ea50e5e.tar.gz
baldeagleos-repo-edbbeffe1122d805d1ca0f67457432204ea50e5e.tar.xz
baldeagleos-repo-edbbeffe1122d805d1ca0f67457432204ea50e5e.zip
Adding metadata
Diffstat (limited to 'dev-lua/lua-wcwidth')
-rw-r--r--dev-lua/lua-wcwidth/lua-wcwidth-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-wcwidth/lua-wcwidth-0.5.ebuild b/dev-lua/lua-wcwidth/lua-wcwidth-0.5.ebuild
index b4b60b047755..f4bfd0c8a6a4 100644
--- a/dev-lua/lua-wcwidth/lua-wcwidth-0.5.ebuild
+++ b/dev-lua/lua-wcwidth/lua-wcwidth-0.5.ebuild
@@ -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() {