diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-08-11 08:26:29 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-08-11 08:26:54 -0600 |
commit | 546071a491de7948a6548dc4dd8d24dd6a7dbfdc (patch) | |
tree | 2ca61415d900c812c8dffddaaf4624a871a76224 /sys-cluster | |
parent | sys-boot/grub: do not force multislot use flag on (diff) | |
download | gentoo-546071a491de7948a6548dc4dd8d24dd6a7dbfdc.tar.gz gentoo-546071a491de7948a6548dc4dd8d24dd6a7dbfdc.tar.bz2 gentoo-546071a491de7948a6548dc4dd8d24dd6a7dbfdc.zip |
sys-cluster/openmpi: fixed build error (bug #590446#c22)
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |