From 6276da59cdd82b58d9d6984e19ed8d8d7ec7e9f8 Mon Sep 17 00:00:00 2001 From: Dor Askayo Date: Thu, 13 Jul 2023 18:53:05 +0300 Subject: [PATCH] Avoid exporting base_dir in linux-headers-5.10.41 It's not expected to be used by child processes. --- sysa/linux-headers-5.10.41/linux-headers-5.10.41.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysa/linux-headers-5.10.41/linux-headers-5.10.41.sh b/sysa/linux-headers-5.10.41/linux-headers-5.10.41.sh index c189420..e1c2d8e 100755 --- a/sysa/linux-headers-5.10.41/linux-headers-5.10.41.sh +++ b/sysa/linux-headers-5.10.41/linux-headers-5.10.41.sh @@ -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}"