dev-lang/fennel: use ED instead of D

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-04-16 22:16:55 +02:00
parent 922ff6bc4c
commit ff81ca132c
2 changed files with 8 additions and 8 deletions

View File

@@ -32,14 +32,14 @@ pkg_setup() {
src_compile() {
emake LUA_VERSION="$(lua_get_version)" \
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
PREFIX="${D}/usr"
LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
PREFIX="${ED}/usr"
}
src_install() {
emake LUA_VERSION="$(lua_get_version)" \
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
PREFIX="${D}/usr" install
LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
PREFIX="${ED}/usr" install
doman "${PN}.1"
dodoc *.md
}

View File

@@ -32,14 +32,14 @@ pkg_setup() {
src_compile() {
emake LUA_VERSION="$(lua_get_version)" \
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
PREFIX="${D}/usr"
LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
PREFIX="${ED}/usr"
}
src_install() {
emake LUA_VERSION="$(lua_get_version)" \
LUA_LIB_DIR="${D}/$(lua_get_lmod_dir)" \
PREFIX="${D}/usr" install
LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
PREFIX="${ED}/usr" install
doman "${PN}.1"
dodoc *.md
}