commit:     e0e7af2e3f62a9959094f1a2857597d69f929d3a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:02:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:02:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0e7af2e

sys-cluster/blcr: Use default functions

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sys-cluster/blcr/blcr-0.8.4.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/blcr/blcr-0.8.4.ebuild 
b/sys-cluster/blcr/blcr-0.8.4.ebuild
index feaff9b..8145dd0 100644
--- a/sys-cluster/blcr/blcr-0.8.4.ebuild
+++ b/sys-cluster/blcr/blcr-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -41,13 +41,13 @@ pkg_setup() {
 src_install() {
        dodoc README NEWS
        cd "${S}"/util || die
-       emake DESTDIR="${D}" install
+       default
        cd "${S}"/libcr || die
-       emake DESTDIR="${D}" install
+       default
        cd "${S}"/man || die
-       emake DESTDIR="${D}" install
+       default
        cd "${S}"/include || die
-       emake DESTDIR="${D}" install
+       default
        linux-mod_src_install
 }
 

Reply via email to