Revert "fixed einstall vs. emake install for eapi=6"
authorRyan Hill <rhill@gentoo.org>
Sat, 7 May 2016 21:35:41 +0000 (15:35 -0600)
committerRyan Hill <rhill@gentoo.org>
Sat, 7 May 2016 21:35:41 +0000 (15:35 -0600)
This reverts commit 66afcab271f65b97330e610040ad3acc1b812a03.

eclass/vdr-plugin-2.eclass

index 65f1409018c400a1605bd9a10537d6ddc5830d06..ae09a346439bb793a53c6ff071e7d02161044fcb 100644 (file)
@@ -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}" \