From 6d48fc1f29203ce2e87354d018e2920bb3c12183 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sat, 7 May 2016 15:35:41 -0600 Subject: [PATCH] Revert "fixed einstall vs. emake install for eapi=6" This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03. --- eclass/vdr-plugin-2.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 65f1409018c4..ae09a346439b 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -571,11 +571,7 @@ vdr-plugin-2_src_install() { local SOFILE_STRING=$(grep SOFILE Makefile) if [[ -n ${SOFILE_STRING} ]]; then BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-install }} - if [[ ${EAPI} == 6 ]]; then - emake install ${BUILD_PARAMS} \ - else - einstall ${BUILD_PARAMS} \ - fi + einstall ${BUILD_PARAMS} \ ${BUILD_TARGETS} \ TMPDIR="${T}" \ DESTDIR="${D}" \ -- 2.26.2