remove wrong extension

This commit is contained in:
BVK Chaitanya 2010-08-21 21:23:42 +05:30
parent 5815f2c19a
commit f51c98c485
1 changed files with 2 additions and 2 deletions

View File

@ -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;