]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
remove wrong extension
authorBVK Chaitanya <bvk@dbook>
Sat, 21 Aug 2010 15:53:42 +0000 (21:23 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 21 Aug 2010 15:53:42 +0000 (21:23 +0530)
Makefile.util.def

index 2ad7f6a574d82c252832e473cb2faefff067271a..35772279742d3207a931a83ff2b8b1ce8badf285 100644 (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;