mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
grub: fix capitalisation
Missed this occurence while renaming the option
This commit is contained in:
parent
1b02439b61
commit
af9f44dd57
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ my $tmpFile = $confFile . ".tmp";
|
|||
writeFile($tmpFile, $conf);
|
||||
|
||||
# Append entries detected by os-prober
|
||||
if (get("useOsprober") eq "true") {
|
||||
if (get("useOSProber") eq "true") {
|
||||
system(get("shell"), "-c", "pkgdatadir=$grub/share/grub $grub/etc/grub.d/30_os-prober >> $tmpFile");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue