From: Michael Tremer Date: Sun, 22 Feb 2009 13:18:47 +0000 (+0100) Subject: Removed old patch from shadow. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9b142e99355079caf95c6202034d39c82a9213;p=ipfire-3.x.git Removed old patch from shadow. --- diff --git a/lfs/shadow b/lfs/shadow index 2d045ad8b..24cf46d63 100644 --- a/lfs/shadow +++ b/lfs/shadow @@ -37,7 +37,7 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(THISAPP)-useradd_fix-2.patch +objects = $(DL_FILE) install : $(OBJECT) @@ -53,7 +53,6 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-useradd_fix-2.patch cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \