slitaz-forge rev 301

tank: create also header.html link
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 00:36:35 2012 +0200 (2012-05-13)
parents 9442d5199406
children e6033f5f702e
files tank/tank
line diff
     1.1 --- a/tank/tank	Sun May 13 00:29:00 2012 +0200
     1.2 +++ b/tank/tank	Sun May 13 00:36:35 2012 +0200
     1.3 @@ -81,16 +81,21 @@
     1.4  		ln -s $REPOS/cookutils/web/style.css .
     1.5  		cd $WWW/cook/cross && rm -f style.css
     1.6  		ln -s $REPOS/cookutils/web/style.css .
     1.7 -		for web in stable undigest cross/arm
     1.8 +		for web in stable undigest cross/arm cross/x86_64
     1.9  		do
    1.10 -			echo "Creating: $web symlinks"
    1.11 +			echo "Linking: $web CSS/CGI files"
    1.12  			cd $WWW/cook/$web
    1.13  			for file in style.css cooker.cgi cookiso.cgi
    1.14  			do
    1.15  				rm -f $file
    1.16  				ln -s $REPOS/cookutils/web/$file .
    1.17  			done
    1.18 +			# header.html
    1.19 +			echo "Linking: $web/header.html"
    1.20 +			rm -f header.html
    1.21 +			ln -s ../header.html .
    1.22  		done
    1.23 +
    1.24  		# No ISO's for undigest and ARM.
    1.25  		rm -f \
    1.26  			$WWW/cook/undigest/cookiso.cgi \