slitaz-pizza rev 113

2015
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 05 16:37:46 2015 +0100 (2015-01-05)
parents 10d299211824
children b350d09e5c86
files pizza web/lib/footer.html
line diff
     1.1 --- a/pizza	Fri Oct 17 17:04:11 2014 +0200
     1.2 +++ b/pizza	Mon Jan 05 16:37:46 2015 +0100
     1.3 @@ -232,9 +232,9 @@
     1.4  		# TODO: Improve and use configs from pizza.conf
     1.5  		echo "Purging temporary files and old flavors" | log
     1.6  		echo "Purging tmp files..."
     1.7 -		find $tmp -mtime +1 | xargs rm -rf
     1.8 +		find $tmp -mtime +1 -print0 | xargs -0 rm -rf
     1.9  		echo "Purging ISO's..."
    1.10 -		find $public -mtime +15 | xargs rm -rf
    1.11 +		find $public -mtime +15 -print0 | xargs -0 rm -rf
    1.12  		;;
    1.13  	clean)
    1.14  		# Clean all chroot.
     2.1 --- a/web/lib/footer.html	Fri Oct 17 17:04:11 2014 +0200
     2.2 +++ b/web/lib/footer.html	Mon Jan 05 16:37:46 2015 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4  </div>
     2.5  
     2.6  <div id="footer">
     2.7 -	Copyright © 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
     2.8 +	Copyright © 2015 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
     2.9  </div>
    2.10  
    2.11  </body>