diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-10-27 21:03:05 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-10-27 21:07:56 +0100 |
commit | 307a9995cc3b29bd9726ad7ade53132c7c08f7fa (patch) | |
tree | a948dd564bb65f8207e3f53bf4a5fb71da2d5de0 /sci-biology/portrait | |
parent | Sort keywords (diff) | |
download | sci-307a9995cc3b29bd9726ad7ade53132c7c08f7fa.tar.gz sci-307a9995cc3b29bd9726ad7ade53132c7c08f7fa.tar.bz2 sci-307a9995cc3b29bd9726ad7ade53132c7c08f7fa.zip |
Sort keywords
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/portrait')
-rw-r--r-- | sci-biology/portrait/portrait-1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-biology/portrait/portrait-1.1.ebuild b/sci-biology/portrait/portrait-1.1.ebuild index fd50849cb..424ccfcd6 100644 --- a/sci-biology/portrait/portrait-1.1.ebuild +++ b/sci-biology/portrait/portrait-1.1.ebuild @@ -22,8 +22,7 @@ RDEPEND=" # was only tested with sci-libs/libsvm-2.84 src_install(){ - sed -e 's/ -//' -i *.pl || die "Failed to convert from DOS line endings to Unix" + sed -e 's/
//' -i *.pl || die "Failed to convert from DOS line endings to Unix" sed -e 's#/home/rtarrial/prog#/usr/bin#' -i *.pl dobin *.pl dodoc README.txt |