dev-build/make: Sync with Gentoo

It's from Gentoo commit ef808b1235a5b6c30146f1dd8aacc562f9bbceed.
This commit is contained in:
Flatcar Buildbot 2025-03-03 07:05:47 +00:00 committed by Krzesimir Nowak
parent bb7e144e6f
commit c7d6ff6d56
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -93,7 +93,7 @@ src_compile() {
}
src_install() {
use doc && HTML_DOCS=( doc/make.html/. ) DOCS="$DOCS doc/make.pdf"
use doc && HTML_DOCS=( doc/make.html/. ) DOCS="${DOCS} doc/make.pdf"
default
dosym gmake /usr/bin/make

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -93,7 +93,7 @@ src_compile() {
}
src_install() {
use doc && HTML_DOCS=( doc/make.html/. ) DOCS="$DOCS doc/make.pdf"
use doc && HTML_DOCS=( doc/make.html/. ) DOCS="${DOCS} doc/make.pdf"
default
dosym gmake /usr/bin/make