wok-next diff git/receipt @ rev 14874
Up: python-docutils (0.11)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue Jul 23 19:27:11 2013 -0300 (2013-07-23) |
parents | cf752eedee75 |
children | 7896f0694ef6 |
line diff
1.1 --- a/git/receipt Sat Jun 01 04:56:00 2013 +0000 1.2 +++ b/git/receipt Tue Jul 23 19:27:11 2013 -0300 1.3 @@ -43,10 +43,10 @@ 1.4 local root 1.5 root=$1 1.6 if ! grep -q 'GIT_OPTIONS' $root/etc/daemons.conf; then 1.7 - mkdir -p $root/var/ww/git 1.8 + mkdir -p $root/var/www/git 1.9 echo '# Git daemon options.' >> $root/etc/daemons.conf 1.10 echo 'GIT_REPO="/var/www/git/"' >> $root/etc/daemons.conf 1.11 echo 'GIT_OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"' >> $root/etc/daemons.conf 1.12 echo '' >> $root/etc/daemons.conf 1.13 fi 1.14 -} 1.15 \ No newline at end of file 1.16 +}