Changed the parameters of git clonning for PKGBUILD as suggested by geotz

This commit is contained in:
Nick Kavalieris 2015-03-19 22:10:18 +02:00
parent dc58ee8c8c
commit 305b48342d

View File

@ -29,7 +29,7 @@ prepare() {
cd $_gitname && git pull origin
msg "The local files are updated."
else
git clone --depth=1 $_gitroot $_gitname
git clone -b master --single-branch $_gitroot $_gitname
fi
msg "Git checkout done."
}