remove wrong extension
This commit is contained in:
parent
5815f2c19a
commit
f51c98c485
1 changed files with 2 additions and 2 deletions
|
@ -281,14 +281,14 @@ script = {
|
|||
};
|
||||
|
||||
script = {
|
||||
name = '10_kfreebsd.in';
|
||||
name = '10_kfreebsd';
|
||||
common = util/grub.d/10_kfreebsd.in;
|
||||
installdir = grubconf;
|
||||
condition = COND_host_kfreebsd;
|
||||
};
|
||||
|
||||
script = {
|
||||
name = '10_netbsd.in';
|
||||
name = '10_netbsd';
|
||||
common = util/grub.d/10_netbsd.in;
|
||||
installdir = grubconf;
|
||||
condition = COND_host_netbsd;
|
||||
|
|
Loading…
Reference in a new issue