rev 5048 - www/v2

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Dec 3 17:48:20 CET 2006


Author: ana
Date: 2006-12-03 17:48:19 +0100 (Sun, 03 Dec 2006)
New Revision: 5048

Modified:
   www/v2/genweb.sh
Log:
Changes in the generator script


Modified: www/v2/genweb.sh
===================================================================
--- www/v2/genweb.sh	2006-12-03 16:39:26 UTC (rev 5047)
+++ www/v2/genweb.sh	2006-12-03 16:48:19 UTC (rev 5048)
@@ -1,7 +1,7 @@
 #!/bin/bash    
 
 OUTPUT=output
-rm -rf pages/*~
+rm -rf pages/*~ output/*
 FILES=`ls pages/ | grep -v "style.css\|top\|bottom"`
 
 cp pages/style.css $OUTPUT/style.css
@@ -15,3 +15,5 @@
 	cat pages/$i >> $OUTPUT/$i.html
 	cat pages/bottom >> $OUTPUT/$i.html
 done
+
+chmod -R g+w $OUTPUT/*




More information about the pkg-kde-commits mailing list