# HG changeset patch # User Christophe Lincoln # Date 1336861740 -7200 # Node ID 9442d5199406ead6bbedfb5481a1fd59e48fa39d # Parent 0b5e92c974cabc4be461cd294b1b14b813e25668 tank: create also css symlink in cross diff -r 0b5e92c974ca -r 9442d5199406 tank/tank --- a/tank/tank Sun May 13 00:21:31 2012 +0200 +++ b/tank/tank Sun May 13 00:29:00 2012 +0200 @@ -79,6 +79,8 @@ # We use symlinks for cooker's cd $WWW/cook && rm -f style.css ln -s $REPOS/cookutils/web/style.css . + cd $WWW/cook/cross && rm -f style.css + ln -s $REPOS/cookutils/web/style.css . for web in stable undigest cross/arm do echo "Creating: $web symlinks"