mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
fixed bug in git parameter in packaging script
This commit is contained in:
parent
9734f32ac5
commit
4d7f7331fc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ echo Extracting base archive...
|
||||||
mkdir -p ${workdir}/src
|
mkdir -p ${workdir}/src
|
||||||
echo Checking out latest snapshot...
|
echo Checking out latest snapshot...
|
||||||
cd ${workdir}/src
|
cd ${workdir}/src
|
||||||
git clone -depth 1 https://github.com/RetroShare/RetroShare.git .
|
git clone --depth 1 https://github.com/RetroShare/RetroShare.git .
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
if ! test -d ${workdir}/src/libretroshare/; then
|
if ! test -d ${workdir}/src/libretroshare/; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue