tazwok rev 17

Fix creation of src dir + stats messages (list only *.tazpkg)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 09:55:29 2008 +0100 (2008-01-02)
parents cb683a1ada12
children 2feeb3b2c6fb
files tazwok
line diff
     1.1 --- a/tazwok	Sun Dec 30 17:34:48 2007 +0100
     1.2 +++ b/tazwok	Wed Jan 02 09:55:29 2008 +0100
     1.3 @@ -48,7 +48,7 @@
     1.4  	# Check for the sources repository.
     1.5  	if [ ! -d "$SOURCES_REPOSITORY" ]; then
     1.6  		echo "Creating the sources repository..."
     1.7 -		mkdir -p $PACKAGES_REPOSITORY
     1.8 +		mkdir -p $SOURCES_REPOSITORY
     1.9  	fi
    1.10  fi
    1.11  
    1.12 @@ -585,7 +585,7 @@
    1.13  		echo ""
    1.14  		echo "Repository path : $PACKAGES_REPOSITORY"
    1.15  		echo -n "Creating the packages list... "
    1.16 -		ls -1 > /tmp/packages.list
    1.17 +		ls -1 *.tazpkg > /tmp/packages.list
    1.18  		sed -i s/'.tazpkg'/''/ /tmp/packages.list
    1.19  		status
    1.20  		echo -n "Building the md5sum for all packages... "