mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -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() {
|
src_prepare() {
|
||||||
if use doc; then
|
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"
|
meson.build || die "Failed changing doc_path"
|
||||||
fi
|
fi
|
||||||
default
|
default
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ python_check_deps() {
|
|||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if use doc; then
|
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"
|
meson.build || die "Failed changing doc_path"
|
||||||
fi
|
fi
|
||||||
default
|
default
|
||||||
|
|||||||
Reference in New Issue
Block a user