]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed old patch from shadow.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2009 13:18:47 +0000 (14:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Feb 2009 13:18:47 +0000 (14:18 +0100)
lfs/shadow

index 2d045ad8b77dede0b39b3f6b14531f6192358e14..24cf46d638151ab18a89c1fe206b7f1c4e0660fc 100644 (file)
@@ -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) \