[gimp-web] Fix permissions for mirrors.xhtml installation
- From: Sven Neumann <neo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] Fix permissions for mirrors.xhtml installation
- Date: Mon, 21 Jun 2010 19:10:01 +0000 (UTC)
commit 19af38e7089bd30bf0302682ff4ae5e38bbb6f73
Author: Sven Neumann <sven gimp org>
Date: Mon Jun 21 21:10:56 2010 +0200
Fix permissions for mirrors.xhtml installation
Files that should be processed by the server for SSI need to have
the executable bit set.
programmatic/downloads/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programmatic/downloads/Makefile b/programmatic/downloads/Makefile
index 48d367b..c5e1cfb 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 644 mirrors.xhtml `${PYTHON} -c 'import wgo_config; print wgo_config.DocumentRoot_path'`/downloads/mirrors.xhtml
+ install -m 755 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]