[evolvis-commits] r17869: try “mkdir -p” for a change to the better

mirabilos at evolvis.org mirabilos at evolvis.org
Fri Dec 9 12:54:00 CET 2011


Author: mirabilos
Date: 2011-12-09 12:53:59 +0100 (Fri, 09 Dec 2011)
New Revision: 17869

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in
Log:
try “mkdir -p” for a change to the better


Modified: trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in	2011-12-09 11:49:12 UTC (rev 17868)
+++ trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in	2011-12-09 11:53:59 UTC (rev 17869)
@@ -80,7 +80,7 @@
 	chown www-data:www-data /var/lib/@OLDPACKAGE@/download
 
 	# Setup cache dir for RSS widget
-	mkdir /var/lib/@OLDPACKAGE@/rss
+	mkdir -p /var/lib/@OLDPACKAGE@/rss
 	chmod 2775 /var/lib/@OLDPACKAGE@/rss
 	chgrp www-data /var/lib/@OLDPACKAGE@/rss
 



More information about the evolvis-commits mailing list