[gimp-web] Revert last change and fix permissions of source.xhtml instead



commit af21a8b7e4f9cee3b1ca4e7fd24d287de23a2352
Author: Sven Neumann <sven gimp org>
Date:   Mon Jun 21 21:15:29 2010 +0200

    Revert last change and fix permissions of source.xhtml instead

 programmatic/downloads/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/downloads/source.xhtml b/downloads/source.xhtml
old mode 100644
new mode 100755
diff --git a/programmatic/downloads/Makefile b/programmatic/downloads/Makefile
index c5e1cfb..48d367b 100644
--- a/programmatic/downloads/Makefile
+++ b/programmatic/downloads/Makefile
@@ -12,4 +12,4 @@ clean:
 
 install: mirrors.xhtml
 	-mkdir `${PYTHON} -c 'import wgo_config; print wgo_config.DocumentRoot_path'`/downloads
-	install -m 755 mirrors.xhtml `${PYTHON} -c 'import wgo_config; print wgo_config.DocumentRoot_path'`/downloads/mirrors.xhtml
+	install -m 644 mirrors.xhtml `${PYTHON} -c 'import wgo_config; print wgo_config.DocumentRoot_path'`/downloads/mirrors.xhtml



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