summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/vdr-plugin-2.eclass6
1 files changed, 1 insertions, 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}" \