From: Michael Tremer Date: Thu, 2 Apr 2009 08:10:36 +0000 (+0200) Subject: Updated coreutils to 7.2. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc6cdc7ce93fe242972dcc8fbd359bc084ef128;p=ipfire-3.x.git Updated coreutils to 7.2. --- diff --git a/lfs/coreutils b/lfs/coreutils index 8263e9629..4635a0e81 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -25,7 +25,7 @@ include Config PKG_NAME = coreutils -PKG_VER = 7.1 +PKG_VER = 7.2 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -79,6 +79,7 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname_PIC-1.patch ifeq "$(STAGE)" "toolchain" cd $(DIR_APP) && \ @@ -94,7 +95,6 @@ ifeq "$(STAGE)" "toolchain" 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) && \