]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/diffutils
Zwischencommit beim Umzug auf LFS 6.2.
[people/teissler/ipfire-2.x.git] / lfs / diffutils
index 0b61e0ec1c14b85fcc419fcda289110fe1462e78..aa8a4fa6554c08d9fdc56befc337bb019e4b776e 100644 (file)
@@ -85,6 +85,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ifeq "$(ROOT)" ""
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-i18n-1.patch
+       cd $(DIR_APP) && touch man/diff.1
+endif
        cd $(DIR_APP) && ./configure $(EXTRA_CONFIG)
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make $(EXTRA_INSTALL) install