summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-10-28 15:52:00 +0000
committerJustin Lecher <jlec@gentoo.org>2010-10-28 15:52:00 +0000
commitb3ea31644de15aa5e7be51448839f97a788a151f (patch)
tree0d3101d76c1e90ef01a68f45239761ec277dfbb4 /sci-chemistry/pdb-tools
parentold, deps on masked NM (diff)
downloadgentoo-2-b3ea31644de15aa5e7be51448839f97a788a151f.tar.gz
gentoo-2-b3ea31644de15aa5e7be51448839f97a788a151f.tar.bz2
gentoo-2-b3ea31644de15aa5e7be51448839f97a788a151f.zip
Small fix
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pdb-tools')
-rw-r--r--sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild
index 6140afbffd22..f5f714c70016 100644
--- a/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild
+++ b/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild,v 1.1 2010/10/28 15:48:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.1.4.ebuild,v 1.2 2010/10/28 15:52:00 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -32,6 +32,7 @@ src_prepare() {
python_convert_shebangs -r 2 .
PDB_PY="$(ls pdb_*.py)"
sed "s:script_dir,\"pdb_data\":\"${EPREFIX}/usr/share/${PN}\",\"pdb_data\":g" -i pdb_sasa.py || die
+ sed "/satk_path =/s:^.*$:satk_path = \"${EPREFIX}/usr/bin\":g" -i pdb_satk.py || die
}
src_compile() {
@@ -61,6 +62,7 @@ src_install() {
done
dobin bin/* || die
+ dodoc README || die
}
pkg_postinst() {