diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:12:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-08-30 12:12:04 +0000 |
commit | 403b2f989ffd9516b04e4dd22e0e9cfbc1384a91 (patch) | |
tree | 6fb6d7b0df6e52acf49c7b0e5020e160410752b8 /dev-db/sqliteodbc | |
parent | Replace einstall with emake install, bug #521694. (diff) | |
download | gentoo-2-403b2f989ffd9516b04e4dd22e0e9cfbc1384a91.tar.gz gentoo-2-403b2f989ffd9516b04e4dd22e0e9cfbc1384a91.tar.bz2 gentoo-2-403b2f989ffd9516b04e4dd22e0e9cfbc1384a91.zip |
Replace einstall with emake install, bug #521428.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-db/sqliteodbc')
-rw-r--r-- | dev-db/sqliteodbc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqliteodbc/sqliteodbc-0.99.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqliteodbc/ChangeLog b/dev-db/sqliteodbc/ChangeLog index 0fdb4896443d..919588fe66c9 100644 --- a/dev-db/sqliteodbc/ChangeLog +++ b/dev-db/sqliteodbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqliteodbc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.36 2014/08/10 20:02:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.37 2014/08/30 12:12:04 mgorny Exp $ + + 30 Aug 2014; Michał Górny <mgorny@gentoo.org> sqliteodbc-0.99.ebuild: + Replace einstall with emake install, bug #521428. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> sqliteodbc-0.96.ebuild, sqliteodbc-0.99.ebuild: diff --git a/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild b/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild index 80b9b7cc726e..c584600ae5cb 100644 --- a/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild +++ b/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild,v 1.2 2014/08/10 20:02:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.99.ebuild,v 1.3 2014/08/30 12:12:04 mgorny Exp $ EAPI=4 @@ -36,7 +36,7 @@ src_configure() { src_install() { dodir "/usr/$(get_libdir)" - einstall + emake DESTDIR="${D}" install find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed" dodoc ChangeLog README } |