Merge pull request #245968 from amjoseph-nixpkgs/pr/linux/kernel/repick4
linuxManualConfig: fix inaccurate FIXME comment
This commit is contained in:
commit
45e88c4cb4
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ let
|
|||
postPatch = ''
|
||||
sed -i Makefile -e 's|= depmod|= ${buildPackages.kmod}/bin/depmod|'
|
||||
|
||||
# fixup for pre-5.4 kernels using the $(cd $foo && /bin/pwd) pattern
|
||||
# fixup for pre-4.15 kernels using the $(cd $foo && /bin/pwd) pattern
|
||||
# FIXME: remove when no longer needed
|
||||
substituteInPlace Makefile tools/scripts/Makefile.include --replace /bin/pwd pwd
|
||||
|
||||
|
|
Loading…
Reference in a new issue