wok-next rev 12345
Up: git to 1.7.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 10:13:27 2012 +0000 (2012-04-19) |
parents | e71062da030b |
children | ebbdf9efbfdf |
files | git/receipt |
line diff
1.1 --- a/git/receipt Thu Apr 19 10:12:24 2012 +0000 1.2 +++ b/git/receipt Thu Apr 19 10:13:27 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="git" 1.7 -VERSION="1.7.9.1" 1.8 +VERSION="1.7.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Fast version control system" 1.11 MAINTAINER="b1+slitaz@nagel.org" 1.12 @@ -43,7 +43,7 @@ 1.13 local root 1.14 root=$1 1.15 if ! grep -q 'GIT_OPTIONS' $root/etc/daemons.conf; then 1.16 - mkdir $root/var/www/git 1.17 + mkdir -p $root/var/ww/git 1.18 echo '# Git daemon options.' >> $root/etc/daemons.conf 1.19 echo 'GIT_REPO="/var/www/git/"' >> $root/etc/daemons.conf 1.20 echo 'GIT_OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"' >> $root/etc/daemons.conf