fixed bug in git parameter in packaging script

This commit is contained in:
csoler 2015-08-16 21:44:38 -04:00
parent 9734f32ac5
commit 4d7f7331fc

View File

@ -80,7 +80,7 @@ echo Extracting base archive...
mkdir -p ${workdir}/src
echo Checking out latest snapshot...
cd ${workdir}/src
git clone -depth 1 https://github.com/RetroShare/RetroShare.git .
git clone --depth 1 https://github.com/RetroShare/RetroShare.git .
cd -
if ! test -d ${workdir}/src/libretroshare/; then