mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
sys-fs/multipath-tools: Sync with Gentoo
It's from Gentoo commit ff1050edd160d6782a0495fdf31ed67be6e1be62.
This commit is contained in:
parent
55e11f5863
commit
30f5d4cf58
@ -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
|
||||
@ -53,6 +53,11 @@ myemake() {
|
||||
V=1
|
||||
)
|
||||
|
||||
if ! use systemd; then
|
||||
# Bug 956025
|
||||
myemakeargs+=( SYSTEMD= )
|
||||
fi
|
||||
|
||||
emake "${myemakeargs[@]}" "$@"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user