tazwok rev 39

Check for WANTED taz note pkg version
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 26 11:13:53 2008 +0100 (2008-02-26)
parents 12fd058abc11
children e01987ae0c21
files tazwok
line diff
     1.1 --- a/tazwok	Sat Feb 23 19:00:40 2008 +0100
     1.2 +++ b/tazwok	Tue Feb 26 11:13:53 2008 +0100
     1.3 @@ -171,7 +171,7 @@
     1.4  			exit 0
     1.5  		fi
     1.6  		# Checking for buildtree of Wanted package
     1.7 -		if [ ! -d "$WOK/$WANTED/$WANTED-$VERSION" ]; then
     1.8 +		if [ ! -d "$WOK/$WANTED/taz" ]; then
     1.9  			echo -e "\n\nSource files of wanted package is missing in the work directory."
    1.10  			echo -n "Would you like to build the missing package (y/N) ? " ; read anser
    1.11  			if [ "$anser" == "y" ]; then