From: Michael Tremer Date: Sun, 6 Apr 2008 10:25:15 +0000 (+0200) Subject: Fixed a typo in lfs/grub. X-Git-Tag: v3.0-alpha1~1061^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005baab476c7a9faf69243c030bc46d6d3d89ef2;p=ipfire-3.x.git Fixed a typo in lfs/grub. --- diff --git a/lfs/grub b/lfs/grub index d2bd40deb..f434a04b6 100644 --- a/lfs/grub +++ b/lfs/grub @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/grub-0.95-moreraid.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/grub-0.94-i2o.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/grub-0.93-configfile.patch - cd $(DIR_APP) && patch -Np1 -i (DIR_PATCHES)/$(THISAPP)-256byte_inode-1.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-256byte_inode-1.patch cd $(DIR_APP) && autoupdate