diff options
author | Scott Stoddard <deltacow@gentoo.org> | 2006-03-28 01:05:50 +0000 |
---|---|---|
committer | Scott Stoddard <deltacow@gentoo.org> | 2006-03-28 01:05:50 +0000 |
commit | 6a67026482ee6a2f166ff5639c942ada19b4cc49 (patch) | |
tree | 91fd3b283404f425d55c933c5a1137e6f3843455 /app-pda/jpilot/jpilot-0.99.7-r1.ebuild | |
parent | Mark 3.5.2 3.5.1 3.5.0-r1 ~ia64 (diff) | |
download | historical-6a67026482ee6a2f166ff5639c942ada19b4cc49.tar.gz historical-6a67026482ee6a2f166ff5639c942ada19b4cc49.tar.bz2 historical-6a67026482ee6a2f166ff5639c942ada19b4cc49.zip |
libdir fix.
Package-Manager: portage-2.1_pre7-r1
Diffstat (limited to 'app-pda/jpilot/jpilot-0.99.7-r1.ebuild')
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.7-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild index 148456dbcdbd..be6f01aea57e 100644 --- a/app-pda/jpilot/jpilot-0.99.7-r1.ebuild +++ b/app-pda/jpilot/jpilot-0.99.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7-r1.ebuild,v 1.8 2005/04/09 20:38:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7-r1.ebuild,v 1.9 2006/03/28 01:05:50 deltacow Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="Desktop Organizer Software for the Palm Pilot" HOMEPAGE="http://jpilot.org/" @@ -38,6 +38,7 @@ src_compile() { src_install() { make install DESTDIR=${D} \ + libdir=/usr/$(get_libdir) \ docdir=/usr/share/doc/${PF} \ icondir=/usr/share/pixmaps \ desktopdir=/usr/share/applications || die "install failed" |