commit:     546071a491de7948a6548dc4dd8d24dd6a7dbfdc
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 14:26:29 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 14:26:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546071a4

sys-cluster/openmpi: fixed build error (bug #590446#c22)

Package-Manager: portage-2.2.28

 sys-cluster/openmpi/openmpi-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-1.10.3.ebuild 
b/sys-cluster/openmpi/openmpi-1.10.3.ebuild
index b7778f8..9cbddc7 100644
--- a/sys-cluster/openmpi/openmpi-1.10.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.10.3.ebuild
@@ -155,7 +155,7 @@ src_install () {
        default
 
        # From USE=vt see #359917
-       rm "${ED}"/usr/share/libtool &> /dev/null
+       rm -rf "${ED}"/usr/share/libtool &> /dev/null
 
        # Avoid collisions with libevent
        rm -rf "${ED}"/usr/include/event2 &> /dev/null

Reply via email to