commit: 6276da59cdd82b58d9d6984e19ed8d8d7ec7e9f8
parent 102644010455dc09adf6411d48b6d2cc117e7824
Author: Dor Askayo <dor.askayo@gmail.com>
Date: Thu, 13 Jul 2023 18:53:05 +0300
Avoid exporting base_dir in linux-headers-5.10.41
It's not expected to be used by child processes.
Diffstat:
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
@@ -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}"