mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-lang/fennel: fix installation to LUA_LIB_DIR
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -31,11 +31,15 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake LUA_VERSION="$(lua_get_version)" PREFIX="${D}/usr"
|
||||
emake LUA_VERSION="$(lua_get_version)" \
|
||||
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
|
||||
PREFIX="${D}/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake LUA_VERSION="$(lua_get_version)" PREFIX="${D}/usr" install
|
||||
emake LUA_VERSION="$(lua_get_version)" \
|
||||
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
|
||||
PREFIX="${D}/usr" install
|
||||
doman "${PN}.1"
|
||||
dodoc *.md
|
||||
}
|
||||
|
||||
@@ -31,11 +31,15 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake LUA_VERSION="$(lua_get_version)" PREFIX="${D}/usr"
|
||||
emake LUA_VERSION="$(lua_get_version)" \
|
||||
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
|
||||
PREFIX="${D}/usr"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake LUA_VERSION="$(lua_get_version)" PREFIX="${D}/usr" install
|
||||
emake LUA_VERSION="$(lua_get_version)" \
|
||||
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
|
||||
PREFIX="${D}/usr" install
|
||||
doman "${PN}.1"
|
||||
dodoc *.md
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user