diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-12 13:54:38 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-12 13:54:38 +0200 |
commit | 669d249e439b28f362e5869350c25f4b021e38ca (patch) | |
tree | 9484fbc9f3c58cb28c7119abd4351c08c83713d5 /dev-lua/lua-compat | |
parent | 12beb59bfb51678a5ea48f3e6732f32468cc6a5d (diff) | |
download | gentoo-personal-overlay-669d249e439b28f362e5869350c25f4b021e38ca.tar.gz gentoo-personal-overlay-669d249e439b28f362e5869350c25f4b021e38ca.tar.bz2 gentoo-personal-overlay-669d249e439b28f362e5869350c25f4b021e38ca.zip |
lua packages fixes
Diffstat (limited to 'dev-lua/lua-compat')
-rw-r--r-- | dev-lua/lua-compat/lua-compat-0.3-r2.ebuild (renamed from dev-lua/lua-compat/lua-compat-0.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-compat/lua-compat-0.3.ebuild b/dev-lua/lua-compat/lua-compat-0.3-r2.ebuild index 6b53f5a..3292d4c 100644 --- a/dev-lua/lua-compat/lua-compat-0.3.ebuild +++ b/dev-lua/lua-compat/lua-compat-0.3-r2.ebuild @@ -28,7 +28,7 @@ src_compile() { } src_install() { - insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/term + insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" if use bit32; then doins bit32.so fi |