mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +01:00
Avoid exporting base_dir in linux-headers-5.10.41
It's not expected to be used by child processes.
This commit is contained in:
parent
1026440104
commit
6276da59cd
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ src_compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
export base_dir="${PWD}"
|
base_dir="${PWD}"
|
||||||
# We "compile" the headers here because it is easier
|
# We "compile" the headers here because it is easier
|
||||||
for d in include/uapi arch/x86/include/uapi; do
|
for d in include/uapi arch/x86/include/uapi; do
|
||||||
cd "${d}"
|
cd "${d}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue