# HG changeset patch # User Christophe Lincoln # Date 1199264129 -3600 # Node ID 9a7c35669bbc2f903955de03c731500694d84c4d # Parent cb683a1ada120db62c05146a4916a3807d3602b9 Fix creation of src dir + stats messages (list only *.tazpkg) diff -r cb683a1ada12 -r 9a7c35669bbc tazwok --- a/tazwok Sun Dec 30 17:34:48 2007 +0100 +++ b/tazwok Wed Jan 02 09:55:29 2008 +0100 @@ -48,7 +48,7 @@ # Check for the sources repository. if [ ! -d "$SOURCES_REPOSITORY" ]; then echo "Creating the sources repository..." - mkdir -p $PACKAGES_REPOSITORY + mkdir -p $SOURCES_REPOSITORY fi fi @@ -585,7 +585,7 @@ echo "" echo "Repository path : $PACKAGES_REPOSITORY" echo -n "Creating the packages list... " - ls -1 > /tmp/packages.list + ls -1 *.tazpkg > /tmp/packages.list sed -i s/'.tazpkg'/''/ /tmp/packages.list status echo -n "Building the md5sum for all packages... "