]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/grub
Rudimentaere ISDN-Erkennung erstellt.
[people/pmueller/ipfire-2.x.git] / lfs / grub
index 9f1130f10d069412c2a894989fe0fd4c92e3a64c..f60c3b4f48a406ed27f0931192567f5bbd626ac9 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -74,10 +74,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
-       # This fails, but doesn't matter
-       -cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-0.97-disk_geometry-1.patch
-       cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/grub-gfxmenu-v8.diff
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-0.97-disk_geometry-1.patch
 
        cd $(DIR_APP) && perl -pi -e 's,/usr/lib/grub/i386-pc,/usr/share/grub/i386-pc,' docs/grub.texi
        cd $(DIR_APP) && sed -i 's/AM_INIT_AUTOMAKE/&\nAM_PROG_AS/' configure.ac