summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2004-06-28 12:29:00 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2004-06-28 12:29:00 +0000
commit0f1b975ef4de344b6aeb9ef8c8d5d1a6f8a40887 (patch)
tree7236dddf50b8de1cef26f147454038dfde00687c /eclass
parentadding -fno-unit-at-a-time (Manifest recommit) (diff)
downloadgentoo-2-0f1b975ef4de344b6aeb9ef8c8d5d1a6f8a40887.tar.gz
gentoo-2-0f1b975ef4de344b6aeb9ef8c8d5d1a6f8a40887.tar.bz2
gentoo-2-0f1b975ef4de344b6aeb9ef8c8d5d1a6f8a40887.zip
Fixed path problem with binary plugins
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eclipse-ext.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/eclipse-ext.eclass b/eclass/eclipse-ext.eclass
index 1237abaad516..fcd42bdca37c 100644
--- a/eclass/eclipse-ext.eclass
+++ b/eclass/eclipse-ext.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.4 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.5 2004/06/28 12:29:00 karltk Exp $
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
@@ -53,8 +53,8 @@ function eclipse-ext_create-ext-layout {
local type=$1
if [ "${type}" == "binary" ] ; then
eclipse_ext_basedir="/opt/eclipse-extensions-${eclipse_ext_slot}/eclipse"
- dodir ${eclipse_ext_basedir}/eclipse/{features,plugins}
- touch ${D}/${eclipse_ext_basedir}/eclipse/.eclipseextension
+ dodir ${eclipse_ext_basedir}/{features,plugins}
+ touch ${D}/${eclipse_ext_basedir}/.eclipseextension
else
eclipse_ext_basedir="/usr/lib/eclipse-${eclipse_ext_slot}"
dodir ${eclipse_ext_basedir}/{features,plugins}