]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
flash-images: fix grub path.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 12 Nov 2012 22:40:17 +0000 (23:40 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 12 Nov 2012 22:40:17 +0000 (23:40 +0100)
lfs/flash-images

index e43d53eb27cce5046352bc162f87022da19e689a..36a343dde4c6aed4ff82957829c39167359b9f7b 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -120,7 +120,7 @@ ifneq "$(MACHINE_TYPE)" "arm"
        ln -s grub.conf $(MNThdd)/boot/grub/menu.lst
 
        # Copy grub files manually
-       cp -f $(MNThdd)/usr/share/grub/i386-pc/* $(MNThdd)/boot/grub/
+       cp -f $(MNThdd)/usr/lib/grub/i386-pc/* $(MNThdd)/boot/grub/
 endif
 
        # Setup symlink for partresize at first boot...