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:
Dor Askayo 2023-07-13 18:53:05 +03:00
parent 1026440104
commit 6276da59cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
export base_dir="${PWD}"
base_dir="${PWD}"
# We "compile" the headers here because it is easier
for d in include/uapi arch/x86/include/uapi; do
cd "${d}"