aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-01-11 10:12:26 +0100
committerJustin Lecher <jlec@gentoo.org>2015-01-11 10:12:26 +0100
commit1b67c650c2890a103b3b56931268bdc18ed4ba9b (patch)
tree91bdabb2939b41a69a62c31d150cd66fea5937cd /sci-chemistry/dssp2pdb
parentMerge pull request #312 from marbre/arrayfire (diff)
downloadsci-1b67c650c2890a103b3b56931268bdc18ed4ba9b.tar.gz
sci-1b67c650c2890a103b3b56931268bdc18ed4ba9b.tar.bz2
sci-1b67c650c2890a103b3b56931268bdc18ed4ba9b.zip
sci-chemistry/dssp2pdb: Fix S
Package-Manager: portage-2.2.15
Diffstat (limited to 'sci-chemistry/dssp2pdb')
-rw-r--r--sci-chemistry/dssp2pdb/ChangeLog5
-rw-r--r--sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-chemistry/dssp2pdb/ChangeLog b/sci-chemistry/dssp2pdb/ChangeLog
index 62c0f7426..5237a5f45 100644
--- a/sci-chemistry/dssp2pdb/ChangeLog
+++ b/sci-chemistry/dssp2pdb/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/dssp2pdb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Jan 2015; Justin Lecher <jlec@gentoo.org> dssp2pdb-0.03.ebuild:
+ Fix S
+
11 Nov 2014; Justin Lecher <jlec@gentoo.org> dssp2pdb-0.03.ebuild,
metadata.xml:
Bump to EAPI=5
diff --git a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
index bef71e6ae..cebb6cabc 100644
--- a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
+++ b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -18,6 +18,8 @@ RDEPEND="
sci-chemistry/dssp"
DEPEND=""
+S="${WORKDIR}"
+
src_install() {
dobin ${PN}
}