cookutils rev 934

cook: too more commented (wrong packages was removed after compiling)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 22:33:58 2017 +0300 (2017-06-18)
parents 9b8a08ce85c9
children a0a11452517a
files cook lighttpd/cooker.css
line diff
     1.1 --- a/cook	Sun Jun 18 15:13:29 2017 +0300
     1.2 +++ b/cook	Sun Jun 18 22:33:58 2017 +0300
     1.3 @@ -675,9 +675,9 @@
     1.4  		done
     1.5  	done
     1.6  
     1.7 -#	# Get the list of installed packages
     1.8 -#	cd $root$INSTALLED; ls -1 > $CACHE/installed.list
     1.9 -#
    1.10 +	# Get the list of installed packages
    1.11 +	cd $root$INSTALLED; ls > $CACHE/installed.list
    1.12 +
    1.13  #	# Have we a missing build dep to cook?
    1.14  #	if [ -s "$CACHE/missing.dep" ] && [ -n "$AUTO_COOK" ]; then
    1.15  #		_ 'Auto cook config is set: %s' "$AUTO_COOK"
     2.1 --- a/lighttpd/cooker.css	Sun Jun 18 15:13:29 2017 +0300
     2.2 +++ b/lighttpd/cooker.css	Sun Jun 18 22:33:58 2017 +0300
     2.3 @@ -128,6 +128,9 @@
     2.4  	-webkit-transition: .2s border-color, .2s box-shadow; transition: .2s border-color, .2s box-shadow;
     2.5  	border-bottom: 1px solid transparent;
     2.6  }
     2.7 +p {
     2.8 +	margin: 8px 0;
     2.9 +}
    2.10  main td a:hover, p a:hover {
    2.11  	text-decoration: none;
    2.12  	color: hsl(215, 100%, 40%);