diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:16:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:16:30 +0000 |
commit | e43f121fc9197919f2c9d9d253b9ae44b1fa3ae2 (patch) | |
tree | d92b1d98bb533751859966505483186981186d77 /x11-misc/fbpager | |
parent | Replace einstall with emake install, bug #521428. (diff) | |
download | gentoo-2-e43f121fc9197919f2c9d9d253b9ae44b1fa3ae2.tar.gz gentoo-2-e43f121fc9197919f2c9d9d253b9ae44b1fa3ae2.tar.bz2 gentoo-2-e43f121fc9197919f2c9d9d253b9ae44b1fa3ae2.zip |
Replace einstall with emake install, bug #521668.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-misc/fbpager')
-rw-r--r-- | x11-misc/fbpager/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fbpager/fbpager-20090221.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/fbpager/ChangeLog b/x11-misc/fbpager/ChangeLog index 31209624e8ea..28be0d750c8d 100644 --- a/x11-misc/fbpager/ChangeLog +++ b/x11-misc/fbpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbpager -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/ChangeLog,v 1.16 2013/10/19 15:05:58 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/ChangeLog,v 1.17 2014/08/30 12:16:30 mgorny Exp $ + + 30 Aug 2014; Michał Górny <mgorny@gentoo.org> fbpager-20090221.ebuild: + Replace einstall with emake install, bug #521668. 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -fbpager-0.1.4.ebuild, metadata.xml: diff --git a/x11-misc/fbpager/fbpager-20090221.ebuild b/x11-misc/fbpager/fbpager-20090221.ebuild index 292584298b5e..a0088262f4ad 100644 --- a/x11-misc/fbpager/fbpager-20090221.ebuild +++ b/x11-misc/fbpager/fbpager-20090221.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-20090221.ebuild,v 1.3 2009/09/06 14:46:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-20090221.ebuild,v 1.4 2014/08/30 12:16:30 mgorny Exp $ EAPI=2 inherit eutils @@ -23,7 +23,7 @@ src_configure() { } src_install() { - einstall || die "einstall failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS NEWS README TODO } |