aur/xbmc-rpb-git --depth 1

This commit is contained in:
Kevin Mihelich 2012-09-20 11:30:13 -06:00
parent 0a7f947992
commit 60054c0bd7

View file

@ -34,7 +34,7 @@ build() {
cd "${_gitname}" && git pull origin
msg2 "The local files are updated."
else
git clone "${_gitroot}/${_gitname}"
git clone --depth 1 "${_gitroot}/${_gitname}"
fi
msg2 "GIT checkout done or server timeout."