[web-devel-2] Temporary hack to disable installation of old files



commit 237d6ab92f48e2af615de5709409f5804015fb51
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Dec 5 18:52:05 2010 +0100

    Temporary hack to disable installation of old files

 webconfig |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/webconfig b/webconfig
index 6cc8cf3..37281c8 100755
--- a/webconfig
+++ b/webconfig
@@ -62,3 +62,9 @@ s#@@CGIBIN@@#${cgibin}#
 " > ${prefix}/scripts/makenode.pl.1 && mv ${prefix}/scripts/makenode.pl.1 ${prefix}/scripts/makenode.pl
 
 chmod +x ${prefix}/scripts/makenode.pl
+
+cat >> ${prefix}/content/Makefile << _EOF_
+all:
+	@echo "disabled since 2010-05-12 (doc dev tools hackfest)"
+_EOF_
+



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