diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-01-27 13:32:44 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-01-27 13:32:44 +0000 |
commit | 908acd083b251db13d3cd02874771e979e2ca603 (patch) | |
tree | fd8ee2d408eb6ce67146cf833c883aff5dd20ae4 /eclass/vdr-plugin-2.eclass | |
parent | Cleanup. (diff) | |
download | historical-908acd083b251db13d3cd02874771e979e2ca603.tar.gz historical-908acd083b251db13d3cd02874771e979e2ca603.tar.bz2 historical-908acd083b251db13d3cd02874771e979e2ca603.zip |
reverted last changes
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 22b341885971..49996b0abef7 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.20 2013/01/27 10:17:13 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.21 2013/01/27 13:32:44 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -598,12 +598,14 @@ vdr-plugin-2_src_install() { einstall ${BUILD_PARAMS} \ ${BUILD_TARGETS} \ TMPDIR="${T}" \ + LOCDIR="${TMP_LOCALE_DIR}" \ + LIBDIR="${S}" \ DESTDIR="${D}" \ || die "einstall (makefile target) failed" - else - insinto "${VDR_PLUGIN_DIR}" - doins libvdr-*.so.* - fi + fi + + insinto "${VDR_PLUGIN_DIR}" + doins libvdr-*.so.* if [[ -d ${TMP_LOCALE_DIR} ]]; then einfo "Installing locales" |