mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
www-client/badwolf: Use PF for docdir
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2019-2020 Gentoo Authors
|
# Copyright 2019-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -47,7 +47,7 @@ src_compile() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
emake \
|
emake \
|
||||||
DESTDIR="${D}" \
|
DESTDIR="${D}" \
|
||||||
DOCDIR="/usr/share/doc/${P}" \
|
DOCDIR="/usr/share/doc/${PF}" \
|
||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2019-2020 Gentoo Authors
|
# Copyright 2019-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -47,7 +47,7 @@ src_compile() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
emake \
|
emake \
|
||||||
DESTDIR="${D}" \
|
DESTDIR="${D}" \
|
||||||
DOCDIR="/usr/share/doc/${P}" \
|
DOCDIR="/usr/share/doc/${PF}" \
|
||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user