From 546071a491de7948a6548dc4dd8d24dd6a7dbfdc Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 11 Aug 2016 08:26:29 -0600 Subject: 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(-) (limited to 'sys-cluster') diff --git a/sys-cluster/openmpi/openmpi-1.10.3.ebuild b/sys-cluster/openmpi/openmpi-1.10.3.ebuild index b7778f8c8e2b..9cbddc7ac0a0 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 -- cgit v1.2.3-65-gdbad