summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-10-06 17:26:45 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-10-06 17:26:45 +0000
commitcabc618af3f8118fea2b1c91ef5b5f89c84c71c7 (patch)
treefd46b99086c8fb8e072959fc28069ff8c3bc10ea /dev-lang/fpc-source
parentXfce builds for new eclass and modular Xorg. (diff)
downloadgentoo-2-cabc618af3f8118fea2b1c91ef5b5f89c84c71c7.tar.gz
gentoo-2-cabc618af3f8118fea2b1c91ef5b5f89c84c71c7.tar.bz2
gentoo-2-cabc618af3f8118fea2b1c91ef5b5f89c84c71c7.zip
Fix path wrt #100131
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-lang/fpc-source')
-rw-r--r--dev-lang/fpc-source/ChangeLog6
-rw-r--r--dev-lang/fpc-source/fpc-source-2.0.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/fpc-source/ChangeLog b/dev-lang/fpc-source/ChangeLog
index 2e82e1485244..00f6eede70ba 100644
--- a/dev-lang/fpc-source/ChangeLog
+++ b/dev-lang/fpc-source/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/fpc-source
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/ChangeLog,v 1.8 2005/10/06 15:49:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/ChangeLog,v 1.9 2005/10/06 17:26:45 gustavoz Exp $
+
+ 06 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ fpc-source-2.0.0.ebuild:
+ Fix path wrt #100131
06 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
fpc-source-2.0.0.ebuild:
diff --git a/dev-lang/fpc-source/fpc-source-2.0.0.ebuild b/dev-lang/fpc-source/fpc-source-2.0.0.ebuild
index 2591a8ee244d..8881a86e0c1a 100644
--- a/dev-lang/fpc-source/fpc-source-2.0.0.ebuild
+++ b/dev-lang/fpc-source/fpc-source-2.0.0.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/dev-lang/fpc-source/fpc-source-2.0.0.ebuild,v 1.4 2005/10/06 15:49:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/fpc-source-2.0.0.ebuild,v 1.5 2005/10/06 17:26:45 gustavoz Exp $
# Needed for release candidates etc.
MY_PV="2.0.0"
@@ -41,6 +41,6 @@ src_install () {
--exclude="*.xvpics" \
--exclude="*.~*" \
--exclude="CVS" \
- ${WORKDIR}/fpc ${D}usr/lib/fpc/src
+ ${WORKDIR}/fpc/ ${D}usr/lib/fpc/src
eend $? || die
}