Magellan Linux

Annotation of /trunk/grub/patches/grub-2.00-alx-grub-install-fix-includedir-function-error-msg.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2807 - (hide annotations) (download)
Mon Jun 13 11:36:57 2016 UTC (8 years ago) by niro
File size: 477 byte(s)
-fixed unknown includedir() msg when includedir patch was applied and uses
1 niro 2807 diff -Naur grub-2.00/util/grub-install.in grub-2.00-alx/util/grub-install.in
2     --- grub-2.00/util/grub-install.in 2012-06-26 23:31:03.000000000 +0200
3     +++ grub-2.00-alx/util/grub-install.in 2016-06-13 13:31:59.309482602 +0200
4     @@ -16,6 +16,8 @@
5     # You should have received a copy of the GNU General Public License
6     # along with GRUB. If not, see <http://www.gnu.org/licenses/>.
7    
8     +includedir() { return 0; }
9     +
10     # Initialize some variables.
11     transform="@program_transform_name@"
12