diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-14 17:26:56 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-14 17:26:56 +0000 |
commit | 9899489cd7d57f238b679f5d5c3757f467d80a73 (patch) | |
tree | 88ed6a44c48cc5ee435fa52cdb4c5add13a233a5 /app-dicts/opendict/opendict-0.5.4.ebuild | |
parent | add a warning about 2.6.7 not workin g#59340 (Manifest recommit) (diff) | |
download | gentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.tar.gz gentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.tar.bz2 gentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.zip |
Fixed symlink. bug# 60339
Diffstat (limited to 'app-dicts/opendict/opendict-0.5.4.ebuild')
-rw-r--r-- | app-dicts/opendict/opendict-0.5.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-dicts/opendict/opendict-0.5.4.ebuild b/app-dicts/opendict/opendict-0.5.4.ebuild index 362976cdc04f..96ba7e8fb5ac 100644 --- a/app-dicts/opendict/opendict-0.5.4.ebuild +++ b/app-dicts/opendict/opendict-0.5.4.ebuild @@ -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/app-dicts/opendict/opendict-0.5.4.ebuild,v 1.1 2004/08/13 21:15:02 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.5.4.ebuild,v 1.2 2004/08/14 17:26:56 pythonhead Exp $ inherit python @@ -35,7 +35,10 @@ src_install() { cp po/lt/opendict.mo ${D}/usr/share/locale/lt/LC_MESSAGES/ cp opendict.py ${DHOME} cp copying.txt ${DHOME} - dosym ${DHOME}/opendict.py /usr/bin/opendict + dodir /usr/bin + fperms 755 /usr/lib/python${PYVER}/site-packages/opendict/opendict.py + dosym /usr/lib/python${PYVER}/site-packages/opendict/opendict.py /usr/bin/opendict || die "dosym failed" + cp misc/opendict.desktop ${D}/usr/share/applications/ dodoc BUGS ChangeLog README.txt TODO.txt doc/OpenDict_plugin_dev.txt } |