diff options
author | 2005-01-13 16:41:27 +0000 | |
---|---|---|
committer | 2005-01-13 16:41:27 +0000 | |
commit | bd1fa423476e2618daad18815df4260653f979c5 (patch) | |
tree | 7bbb4e7d0ab187718790322a3913b30b24eb13f8 /eclass/stardict.eclass | |
parent | fix problem with install paths (#68426) (Manifest recommit) (diff) | |
download | gentoo-2-bd1fa423476e2618daad18815df4260653f979c5.tar.gz gentoo-2-bd1fa423476e2618daad18815df4260653f979c5.tar.bz2 gentoo-2-bd1fa423476e2618daad18815df4260653f979c5.zip |
remoev debugging from stardict
Diffstat (limited to 'eclass/stardict.eclass')
-rw-r--r-- | eclass/stardict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index b854ea1272b8..401c4e98cc8d 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.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/stardict.eclass,v 1.6 2004/07/30 21:31:52 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.7 2005/01/13 16:41:27 liquidx Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -44,8 +44,8 @@ stardict_src_compile() { } stardict_src_install() { + cd ${S} insinto /usr/share/stardict/dic - echo `pwd` doins *.dict.dz doins *.idx* doins *.ifo |