Index: hylafax-4.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r1.ebuild,v retrieving revision 1.1 diff -u -B -r1.1 hylafax-4.2.1-r1.ebuild --- hylafax-4.2.1-r1.ebuild 7 May 2005 00:55:00 -0000 1.1 +++ hylafax-4.2.1-r1.ebuild 6 Jun 2005 02:07:23 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r1.ebuild,v 1.1 2005/05/07 00:55:00 kingtaco Exp $ -inherit eutils +inherit eutils multilib IUSE="faxonly jpeg pam mgetty" @@ -37,7 +37,7 @@ local my_conf=" --with-DIR_BIN=/usr/bin --with-DIR_SBIN=/usr/sbin - --with-DIR_LIB=/usr/lib + --with-DIR_LIB=/usr/$(get_libdir) --with-DIR_LIBEXEC=/usr/sbin --with-DIR_LIBDATA=/usr/lib/fax --with-DIR_LOCKS=/var/lock @@ -83,13 +83,13 @@ src_install() { dodir /usr/{bin,sbin} /usr/lib/fax /usr/share/man /var/spool /var/spool/recvq - dodir /usr/share/doc/${P}/html + dodir /usr/share/doc/${P}/html /usr/$(get_libdir) make \ BIN=${D}/usr/bin \ SBIN=${D}/usr/sbin \ - LIBDIR=${D}/usr/lib \ - LIB=${D}/usr/lib \ + LIBDIR=${D}/usr/$(get_libdir) \ + LIB=${D}/usr/$(get_libdir) \ LIBEXEC=${D}/usr/sbin \ LIBDATA=${D}/usr/lib/fax \ MAN=${D}/usr/share/man \ @@ -122,4 +122,4 @@ echo einfo "Now run faxsetup and (if necessary) faxaddmodem." echo -} \ No newline at end of file +}