]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/diffutils
Nochmal ein kleiner Fix fuer die Devel-Version...
[ipfire-2.x.git] / lfs / diffutils
index dc252f2b40f67f84580296d9f7cff324e82ad9b9..aa8a4fa6554c08d9fdc56befc337bb019e4b776e 100644 (file)
@@ -85,8 +85,12 @@ $(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 $(EXTRA_MAKE)
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make $(EXTRA_INSTALL) install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)