diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2009-07-08 03:50:03 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2009-07-08 03:50:03 +0000 |
commit | 6282173b048bfe32a79d50faf8e536177c0eb24b (patch) | |
tree | 0f4825bbdc99ff677dbe6fe2512b74298911811b /sci-biology/allpaths/allpaths-2.0.ebuild | |
parent | Stable for HPPA (bug #276852). (diff) | |
download | historical-6282173b048bfe32a79d50faf8e536177c0eb24b.tar.gz historical-6282173b048bfe32a79d50faf8e536177c0eb24b.tar.bz2 historical-6282173b048bfe32a79d50faf8e536177c0eb24b.zip |
Typo and collision fixes
Package-Manager: portage-2.2_rc30/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/allpaths/allpaths-2.0.ebuild')
-rw-r--r-- | sci-biology/allpaths/allpaths-2.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/allpaths/allpaths-2.0.ebuild b/sci-biology/allpaths/allpaths-2.0.ebuild index c6da62f0c1eb..3d8192db7c3f 100644 --- a/sci-biology/allpaths/allpaths-2.0.ebuild +++ b/sci-biology/allpaths/allpaths-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-2.0.ebuild,v 1.1 2009/07/07 23:09:24 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-2.0.ebuild,v 1.2 2009/07/08 03:50:03 weaver Exp $ EAPI="2" @@ -21,12 +21,16 @@ RDEPEND="" S="${WORKDIR}" src_prepare() { - rm -f libxerces* || die + rm -rf libxerces* xerces_include || die } src_install() { rm -rf bin/auxfiles - dobin bin/* || die + exeinto /usr/share/${PN}/bin + doexe bin/* || die + echo "PATH=\"/usr/share/${PN}/bin\"" > "${S}/99${PN}" + doenvd "${S}/99${PN}" || die + dosym /usr/share/${PN}/bin/RunAllPaths /usr/bin/RunAllPaths || die insinto /usr/share/doc/${PF} doins "${DISTDIR}/${P}.manual.docx" } |