Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508682 | Differences between
and this patch

Collapse All | Expand All

(-)a/lgi/Makefile (-2 / +2 lines)
Lines 5-13 Link Here
5
# License: MIT
5
# License: MIT
6
#
6
#
7
7
8
PREFIX = /usr/local
8
PREFIX = /usr
9
HOST_OS = $(shell uname -s | tr A-Z a-z)
9
HOST_OS = $(shell uname -s | tr A-Z a-z)
10
LUA_VERSION=5.1
10
LUA_VERSION=$(shell readlink -e "${EROOT}"/usr/bin/lua | sed -ne 's:.*/usr/bin/lua\([\d.-]*\):\1:p')
11
LUA_LIBDIR = $(PREFIX)/lib/lua/$(LUA_VERSION)
11
LUA_LIBDIR = $(PREFIX)/lib/lua/$(LUA_VERSION)
12
LUA_SHAREDIR = $(PREFIX)/share/lua/$(LUA_VERSION)
12
LUA_SHAREDIR = $(PREFIX)/share/lua/$(LUA_VERSION)

Return to bug 508682