From: BVK Chaitanya Date: Sat, 21 Aug 2010 15:53:42 +0000 (+0530) Subject: remove wrong extension X-Git-Tag: 1.99~647^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f51c98c48531f4bb9b936a7c7c2c339a42e252d3;p=thirdparty%2Fgrub.git remove wrong extension --- diff --git a/Makefile.util.def b/Makefile.util.def index 2ad7f6a57..357722797 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -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;