summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-30 12:26:03 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-30 12:26:03 +0000
commit5b0c7d26f2118698646dc366ae359d1f6c626950 (patch)
treedfc2056611183f55b22ec70654771e356c7870b5 /app-mobilephone
parentReplace einstall with emake install, bug #521458. (diff)
downloadgentoo-2-5b0c7d26f2118698646dc366ae359d1f6c626950.tar.gz
gentoo-2-5b0c7d26f2118698646dc366ae359d1f6c626950.tar.bz2
gentoo-2-5b0c7d26f2118698646dc366ae359d1f6c626950.zip
Replace einstall with emake install, bug #521456.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/gnocky/ChangeLog5
-rw-r--r--app-mobilephone/gnocky/gnocky-0.0.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog
index fefdd12cfacf..52cde202ae89 100644
--- a/app-mobilephone/gnocky/ChangeLog
+++ b/app-mobilephone/gnocky/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/gnocky
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.10 2014/04/09 07:10:45 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.11 2014/08/30 12:26:03 mgorny Exp $
+
+ 30 Aug 2014; Michał Górny <mgorny@gentoo.org> gnocky-0.0.6.ebuild:
+ Replace einstall with emake install, bug #521456.
09 Apr 2014; Tom Wijsman <TomWij@gentoo.org> metadata.xml:
[QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty
diff --git a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild b/app-mobilephone/gnocky/gnocky-0.0.6.ebuild
index 165e9e6b3f27..4287283934e7 100644
--- a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild
+++ b/app-mobilephone/gnocky/gnocky-0.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.3 2012/05/02 20:10:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.4 2014/08/30 12:26:03 mgorny Exp $
EAPI="2"
@@ -21,5 +21,5 @@ DEPEND="virtual/pkgconfig
src_install()
{
- einstall || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
}