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 6f5564e..0e0114a 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 @@ -60,4 +60,8 @@ src_install() { > ${PREFIX}/include/linux/version.h echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))' \ >> ${PREFIX}/include/linux/version.h + + # Clear up storage space + cd ../.. + rm -rf build src }