diff options
author | 2015-10-12 11:34:25 +0200 | |
---|---|---|
committer | 2015-10-12 11:34:25 +0200 | |
commit | 03a0736850477c399e9ea5d3c9da0ac5185f1fb3 (patch) | |
tree | b4ab3dceee9225eee6dd68e92cb7f085801f0100 /sci-chemistry | |
parent | Merge pull request #510 from SoapZaNet/pysam-0.8.3 (diff) | |
download | sci-03a0736850477c399e9ea5d3c9da0ac5185f1fb3.tar.gz sci-03a0736850477c399e9ea5d3c9da0ac5185f1fb3.tar.bz2 sci-03a0736850477c399e9ea5d3c9da0ac5185f1fb3.zip |
sci-chemistry/nmrpipe: Don't install install scripts
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild (renamed from sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild b/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild index 61d6b4921..725c01d61 100644 --- a/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19.ebuild +++ b/sci-chemistry/nmrpipe/nmrpipe-8.6.2015.271.07.19-r1.ebuild @@ -100,7 +100,7 @@ src_prepare() { ebegin "Cleaning installation" for i in ${A} ; do - rm -f ${i} || die "Failed to remove archive symlinks." + rm -f ${i/-${PV}/} || die "Failed to remove archive symlinks." done # Remove some of the bundled applications and libraries; they are provided by Gentoo instead. |