summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2005-03-26 11:45:17 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2005-03-26 11:45:17 +0000
commit6c53aecf02eeb28ddf6785f4e744848a0ca4ee49 (patch)
tree8ef01513ca933ba80c6d7fc037a03c9c22c66e21 /dev-util
parent+ ~amd64, closing #86726 (diff)
downloadgentoo-2-6c53aecf02eeb28ddf6785f4e744848a0ca4ee49.tar.gz
gentoo-2-6c53aecf02eeb28ddf6785f4e744848a0ca4ee49.tar.bz2
gentoo-2-6c53aecf02eeb28ddf6785f4e744848a0ca4ee49.zip
Fixed path error.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eclipse-emf-bin/ChangeLog6
-rw-r--r--dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/eclipse-emf-bin/ChangeLog b/dev-util/eclipse-emf-bin/ChangeLog
index 8f38ac6093ff..35a9b379003c 100644
--- a/dev-util/eclipse-emf-bin/ChangeLog
+++ b/dev-util/eclipse-emf-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/eclipse-emf-bin
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.5 2005/03/19 21:18:20 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/ChangeLog,v 1.6 2005/03/26 11:45:17 karltk Exp $
+
+ 26 Mar 2005; Karl Trygve Kalleberg <karltk@gentoo.org>
+ eclipse-emf-bin-2.0.1.ebuild:
+ Fixed path error, thanks to Matteo Settenvini <matteo@member.fsf.org>.
*eclipse-emf-bin-2.0.1 (19 Mar 2005)
diff --git a/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild b/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild
index e7eee28a0f84..031d2b997f0a 100644
--- a/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild
+++ b/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.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-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild,v 1.1 2005/03/19 21:18:20 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild,v 1.2 2005/03/26 11:45:17 karltk Exp $
inherit eclipse-ext
@@ -29,6 +29,6 @@ src_install () {
eclipse-ext_create-ext-layout binary
- eclipse-ext_install-features features/*
- eclipse-ext_install-plugins plugins/*
+ eclipse-ext_install-features eclipse/features/*
+ eclipse-ext_install-plugins eclipse/plugins/*
}