diff options
Diffstat (limited to 'net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild')
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild index 2c90875ed2fa..4d734aa90602 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild,v 1.8 2006/09/11 20:54:55 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.6.ebuild,v 1.9 2007/02/23 11:56:09 armin76 Exp $ inherit eutils @@ -28,10 +28,10 @@ src_compile() { src_install() { einstall giftconfdir=${D}/etc/giFT \ - plugindir=${D}/usr/$(get_libdir)/giFT \ - datadir=${D}/usr/share/giFT \ - giftperldir=${D}/usr/bin \ - libgiftincdir=${D}/usr/include/libgift || die "Install failed" + plugindir=${D}/usr/$(get_libdir)/giFT \ + datadir=${D}/usr/share/giFT \ + giftperldir=${D}/usr/bin \ + libgiftincdir=${D}/usr/include/libgift || die "Install failed" dodoc README NEWS ChangeLog TODO } |