sci-visualization/paraview: work around missing directory

Closes: https://bugs.gentoo.org/661812
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Matthias Maier
2018-10-31 10:07:51 -05:00
parent 41e948b965
commit ff20e83952

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -108,6 +108,10 @@ pkg_setup() {
}
src_prepare() {
# Bug #661812
mkdir -p Plugins/StreamLinesRepresentation/doc || die
cmake-utils_src_prepare
# lib64 fixes