games-arcade/taisei: Fix install directory for docs.

Closes: https://bugs.gentoo.org/849248

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-06-02 12:37:20 +02:00
parent b0a8e5e466
commit 6ecf054cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ BDEPEND="
src_prepare() {
if use doc; then
sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${P}\')/" \
sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${PF}\')/" \
meson.build || die "Failed changing doc_path"
fi
default

View File

@@ -51,7 +51,7 @@ python_check_deps() {
src_prepare() {
if use doc; then
sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${P}\')/" \
sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${PF}\')/" \
meson.build || die "Failed changing doc_path"
fi
default