Skip to content

Commit

Permalink
Merge pull request #230679 from alyssais/linux-pwd
Browse files Browse the repository at this point in the history
linuxManualConfig: fix inaccurate FIXME comment
  • Loading branch information
K900 authored May 8, 2023
2 parents 7d61d75 + 4d15632 commit 3ae5675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/manual-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ stdenv.mkDerivation ({
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
Expand Down

0 comments on commit 3ae5675

Please sign in to comment.