slitaz-dev-tools diff tazpkg-web/tazpkg-web @ rev 99

tazpkg-web: Added support to look for tazpkg-web.conf file like cookutils web does. Replace clean-wok with wok-hg.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 31 03:16:44 2011 +0000 (2011-05-31)
parents 317ec0b8302e
children a6b28f1e53eb
line diff
     1.1 --- a/tazpkg-web/tazpkg-web	Sat Apr 02 13:52:03 2011 +0000
     1.2 +++ b/tazpkg-web/tazpkg-web	Tue May 31 03:16:44 2011 +0000
     1.3 @@ -261,8 +261,8 @@
     1.4  		done && echo "" ;;
     1.5  	stable)
     1.6  		PACKAGES_REPOSITORY=$STABLE/packages
     1.7 -		if [ -d $STABLE/clean-wok ]; then
     1.8 -			WOK=$STABLE/clean-wok
     1.9 +		if [ -d $STABLE/wok-hg ]; then
    1.10 +			WOK=$STABLE/wok-hg
    1.11  		else
    1.12  			WOK=$STABLE/wok
    1.13  		fi
    1.14 @@ -270,8 +270,8 @@
    1.15  		gen_all_pages ;;
    1.16  	cooking)
    1.17  		PACKAGES_REPOSITORY=$COOKING/packages
    1.18 -		if [ -d $COOKING/clean-wok ]; then
    1.19 -			WOK=$COOKING/clean-wok
    1.20 +		if [ -d $COOKING/wok-hg ]; then
    1.21 +			WOK=$COOKING/wok-hg
    1.22  		else
    1.23  			WOK=$COOKING/wok
    1.24  		fi