slitaz-forge rev 300

tank: create also css symlink in cross
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 13 00:29:00 2012 +0200 (2012-05-13)
parents 0b5e92c974ca
children d90ffa5f0434
files tank/tank
line diff
     1.1 --- a/tank/tank	Sun May 13 00:21:31 2012 +0200
     1.2 +++ b/tank/tank	Sun May 13 00:29:00 2012 +0200
     1.3 @@ -79,6 +79,8 @@
     1.4  		# We use symlinks for cooker's
     1.5  		cd $WWW/cook && rm -f style.css
     1.6  		ln -s $REPOS/cookutils/web/style.css .
     1.7 +		cd $WWW/cook/cross && rm -f style.css
     1.8 +		ln -s $REPOS/cookutils/web/style.css .
     1.9  		for web in stable undigest cross/arm
    1.10  		do
    1.11  			echo "Creating: $web symlinks"