wok-4.x diff git/receipt @ rev 12121

up gsoap 2.8.5
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 00:45:31 2012 +0100 (2012-03-13)
parents d4bb4d4d8235
children 39f7962e4210
line diff
     1.1 --- a/git/receipt	Sat Feb 18 08:37:39 2012 -0500
     1.2 +++ b/git/receipt	Tue Mar 13 00:45:31 2012 +0100
     1.3 @@ -43,6 +43,7 @@
     1.4  	local root
     1.5  	root=$1
     1.6  	if ! grep -q 'GIT_OPTIONS' $root/etc/daemons.conf; then
     1.7 +		mkdir $root/var/www/git
     1.8  		echo '# Git daemon options.' >> $root/etc/daemons.conf
     1.9  		echo 'GIT_REPO="/var/www/git/"' >> $root/etc/daemons.conf
    1.10  		echo 'GIT_OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"' >> $root/etc/daemons.conf