[gimp-web] Makefile: use rsync --omit-dir-times so installing on cube works



commit bb0cb9e77877407eea57dafbbf7ca01ad5a8bab4
Author: Michael Natterer <mitch gimp org>
Date:   Thu Oct 27 13:03:50 2011 +0200

    Makefile: use rsync --omit-dir-times so installing on cube works

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 9467221..02852b1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ TARGETS=$(SOURCES:.htrw=.html)
 .PHONY: all usage webtools mirrors install clean cvsignore programmatic includes crontab target
 
 all: usage includes webtools mirrors crontab ${TARGETS}
-	rsync -rlt --delete --exclude-from=install.exclude ./ ${DocumentRoot}
+	rsync -rlt --delete --omit-dir-times --exclude-from=install.exclude ./ ${DocumentRoot}
 	echo ${TARGETS}
 
 # Install all includes files to the target directory (FIXME: this should not
@@ -40,7 +40,7 @@ all: usage includes webtools mirrors crontab ${TARGETS}
 #
 # kludge: install includes/news.inc if it does not exist yet in the target dir
 includes:
-	rsync -rlt --delete --exclude-from=install.exclude includes ${DocumentRoot}
+	rsync -rlt --delete --omit-dir-times --exclude-from=install.exclude includes ${DocumentRoot}
 	@if [ -r ${DocumentRoot}/includes/news.inc ]; then :; else cp -p includes/news.inc ${DocumentRoot}/includes/news.inc ; fi
 
 usage:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]