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