# HG changeset patch # User Christophe Lincoln # Date 1245600964 -7200 # Node ID 69d3f80c266e7dc7c78bb19d5cc0bf18f3266299 # Parent 3a4db835375927101159853e02fa4b22a24ff1a1 tazbb: Fix path to tank vhosts diff -r 3a4db8353759 -r 69d3f80c266e tazbb/receipt --- a/tazbb/receipt Sun Jun 21 17:59:21 2009 +0200 +++ b/tazbb/receipt Sun Jun 21 18:16:04 2009 +0200 @@ -27,7 +27,7 @@ { # On Tank we have bb.slitaz.org virtual host in: /home/slitaz/www if [ -d $1/home/slitaz/www/bb ]; then - cp -a $1/var/lib/tazbb/web $1/home/slitaz/www + cp -a $1/var/lib/tazbb/web/* $1/home/slitaz/www/bb chown www.www $1/home/slitaz/www/bb else mkdir -p $1/var/www/vhosts