--- conary-1.1.26.ebuild.orig 2008-01-15 22:10:03.119220539 +0000 +++ conary-1.1.26.ebuild 2008-01-15 22:11:22.610093708 +0000 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.26.ebuild,v 1.1 2007/05/23 14:46:05 smithj Exp $ +inherit multilib + DESCRIPTION="repository-based system management and package-building tool" HOMEPAGE="http://wiki.rpath.com/wiki/Conary" SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2" @@ -25,6 +27,6 @@ } src_install() { - make DESTDIR=${D} install - dodoc LICENSE NEWS conary/ScanDeps/README conary/pysqlite3/{LICENSE,README} + make DESTDIR="${D}" libdir=/usr/$(get_libdir) install + dodoc NEWS conary/ScanDeps/README conary/pysqlite3/README }