mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
dev-build/make: Sync with Gentoo
It's from Gentoo commit ef808b1235a5b6c30146f1dd8aacc562f9bbceed.
This commit is contained in:
parent
bb7e144e6f
commit
c7d6ff6d56
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user