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