mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
sys-libs/efivar: Sync with Gentoo
It's from Gentoo commit c17bf9839f66ef3da664665c30ce7d3d864403aa.
This commit is contained in:
parent
2daeea5e27
commit
ec9e47db50
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2014-2023 Gentoo Authors
|
# Copyright 2014-2024 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
|
||||||
@ -68,3 +68,8 @@ src_configure() {
|
|||||||
# Used by tests/Makefile
|
# Used by tests/Makefile
|
||||||
export GRUB_PREFIX=grub
|
export GRUB_PREFIX=grub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
# https://bugs.gentoo.org/924370
|
||||||
|
emake -j1 test
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user