Merge pull request #107525 from xaverdh/kernel-manual-config-fix

authored by Sandro and committed by GitHub f0955bea e755bb25

+1 -2
+1 -2
pkgs/os-specific/linux/kernel/manual-config.nix
··· 261 261 find . -type f -name '*.lds' -print0 | xargs -0 -r chmod u-w 262 262 263 263 # Keep root and arch-specific Makefiles 264 - chmod u-w Makefile 265 - chmod u-w arch/$arch/Makefile* 264 + chmod u-w Makefile arch/"$arch"/Makefile* 266 265 267 266 # Keep whole scripts dir 268 267 chmod u-w -R scripts