diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-26 23:32:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-26 23:32:06 +0000 |
commit | 688ec3d242051569849f49497e12ce11cb5ae7d1 (patch) | |
tree | 75275ba14a1a69af4654304dd46e347f08c87762 /sys-apps/hwinfo | |
parent | Fix compilatin on x86-32 with -fPIC (for hardened), bug 375967. (diff) | |
download | gentoo-2-688ec3d242051569849f49497e12ce11cb5ae7d1.tar.gz gentoo-2-688ec3d242051569849f49497e12ce11cb5ae7d1.tar.bz2 gentoo-2-688ec3d242051569849f49497e12ce11cb5ae7d1.zip |
Fix for prefix.
(Portage version: 2.2.0_alpha47/cvs/Linux i686)
Diffstat (limited to 'sys-apps/hwinfo')
-rw-r--r-- | sys-apps/hwinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwinfo/hwinfo-18.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwinfo/ChangeLog b/sys-apps/hwinfo/ChangeLog index c1b1409a83cb..264920a35d72 100644 --- a/sys-apps/hwinfo/ChangeLog +++ b/sys-apps/hwinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.21 2011/05/01 10:42:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.22 2011/07/26 23:32:06 zmedico Exp $ + + 26 Jul 2011; Zac Medico <zmedico@gentoo.org> hwinfo-18.5.ebuild: + Fix for prefix. *hwinfo-18.5 (01 May 2011) diff --git a/sys-apps/hwinfo/hwinfo-18.5.ebuild b/sys-apps/hwinfo/hwinfo-18.5.ebuild index e9d73effdac8..700f89b8a1c6 100644 --- a/sys-apps/hwinfo/hwinfo-18.5.ebuild +++ b/sys-apps/hwinfo/hwinfo-18.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.1 2011/05/01 10:42:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.2 2011/07/26 23:32:06 zmedico Exp $ EAPI=4 inherit multilib rpm toolchain-funcs @@ -48,7 +48,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install + emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install dodoc changelog README doman doc/hwinfo.8 |