summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-08-22 02:36:11 +0300
committerAli Polatel <hawking@gentoo.org>2008-08-22 02:36:11 +0300
commite29fb799d8738ce45bfc5ea4c9fcf6c91ed6a7d0 (patch)
tree1d1a48493546da2cc1861071da794ccba8d46a63 /dev-lua/stdlib/stdlib-6.ebuild
parentAdded dev-lua/stdlib (diff)
downloadhawking-e29fb799d8738ce45bfc5ea4c9fcf6c91ed6a7d0.tar.gz
hawking-e29fb799d8738ce45bfc5ea4c9fcf6c91ed6a7d0.tar.bz2
hawking-e29fb799d8738ce45bfc5ea4c9fcf6c91ed6a7d0.zip
Install lua modules to /usr/share
Diffstat (limited to 'dev-lua/stdlib/stdlib-6.ebuild')
-rw-r--r--dev-lua/stdlib/stdlib-6.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lua/stdlib/stdlib-6.ebuild b/dev-lua/stdlib/stdlib-6.ebuild
index 6895c77..5517775 100644
--- a/dev-lua/stdlib/stdlib-6.ebuild
+++ b/dev-lua/stdlib/stdlib-6.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit multilib
-
DESCRIPTION="Lua library of modules for common programming tasks"
HOMEPAGE="http://luaforge.net/projects/stdlib/"
SRC_URI="http://luaforge.net/frs/download.php/3584/${P}.tar.gz"
@@ -28,7 +26,7 @@ src_install() {
luaver="$(lua -v 2>&1| cut -d' ' -f2)"
luaver="${luaver%.*}"
- insinto /usr/$(get_libdir)/lua/${luaver}
+ insinto /usr/share/lua/${luaver}
doins modules/*.lua || die "doins failed"
if use doc; then