mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user