summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-10-07 15:25:51 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-10-07 15:25:51 +0000
commita9135639a128a227463184bd04f06c87d8b33f66 (patch)
treef5d7e3a3407c26b0a2f1bcc6ad763cc7b57be31b /net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild
parentKeywording ~amd64. (diff)
downloadhistorical-a9135639a128a227463184bd04f06c87d8b33f66.tar.gz
historical-a9135639a128a227463184bd04f06c87d8b33f66.tar.bz2
historical-a9135639a128a227463184bd04f06c87d8b33f66.zip
Fix a typo from my last commit
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild')
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild
index f889d6f94fb6..5c898e8b1150 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild,v 1.3 2005/09/27 13:07:40 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2-r1.ebuild,v 1.4 2005/10/07 15:25:51 metalgod Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
src_install() {
einstall giftconfdir=${D}/etc/giFT \
- plugindir=${D}/usr/$(get_libdir)giFT \
+ plugindir=${D}/usr/$(get_libdir)/giFT \
datadir=${D}/usr/share \
giftperldir=${D}/usr/bin \
libgiftincdir=${D}/usr/include/libgift || die "Install failed"