]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated coreutils to 7.1.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2009 15:13:09 +0000 (16:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2009 15:13:09 +0000 (16:13 +0100)
i18n patch does not apply.

lfs/coreutils

index 2d93b2b040f24496568e1e80aa43f3e2247912a3..8263e96297b4771712394f1010fecbbfd5dec984 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = coreutils
-PKG_VER    = 7.0
+PKG_VER    = 7.1
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -95,7 +95,7 @@ endif
 
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname_PIC-1.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
+       #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
        
        cd $(DIR_APP) && \
                gl_cv_func_printf_directive_n=no \