]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/rsync
Clamav kommt erstma ohne Virendefinitionen daher.
[people/pmueller/ipfire-2.x.git] / lfs / rsync
index e8a08f7020f90877d7a472fc7620b31fd430bf80..f39843f24c16dc90b718d1ce00635075d4aef4ec 100644 (file)
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.6.8
+VER        = 2.6.9
 
 THISAPP    = rsync-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 082a9dba1f741e6591e5cd748a1233de
+$(DL_FILE)_MD5 = 996d8d8831dbca17910094e56dcb5942
 
 install : $(TARGET)
 
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make
        #cd $(DIR_APP)/doc && docbook2html rsync.sgml
        cd $(DIR_APP) && make install
-       #cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-2.6.8 &&
-       #cd $(DIR_APP) && install -v -m644 doc/*.html /usr/share/doc/rsync-2.6.8
+       #cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-$(VER) &&
+       #cd $(DIR_APP) && install -v -m644 doc/*.html /usr/share/doc/rsync-$(VER)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)