cookutils diff cook @ rev 559
fix bug39: add xml folder creation during cook setup
author | xfred222 |
---|---|
date | Tue Dec 11 22:19:21 2012 -0500 (2012-12-11) |
parents | 5f7de45f7440 |
children | 9b332460c586 |
line diff
1.1 --- a/cook Sat Sep 15 10:42:40 2012 +0200 1.2 +++ b/cook Tue Dec 11 22:19:21 2012 -0500 1.3 @@ -72,7 +72,7 @@ 1.4 # Initialize files used in $CACHE 1.5 init_db_files() { 1.6 gettext "Creating directories structure in:"; echo " $SLITAZ" 1.7 - mkdir -p $WOK $PKGS $SRC $CACHE $LOGS 1.8 + mkdir -p $WOK $PKGS $SRC $CACHE $LOGS $FEEDS 1.9 gettext "Creating DB files in:"; echo " $CACHE" 1.10 for f in $activity $command $broken $blocked 1.11 do