forked from LBRYCommunity/lbry-sdk
fix flipped if statement
This commit is contained in:
parent
7133f05fea
commit
0b046ea8cf
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@ $SUDO pip install make-deb
|
||||||
# dpkg-buildpackage outputs its results into '..' so
|
# dpkg-buildpackage outputs its results into '..' so
|
||||||
# we need to move/clone lbry into the build directory
|
# we need to move/clone lbry into the build directory
|
||||||
if [ "$CLONE" == true ]; then
|
if [ "$CLONE" == true ]; then
|
||||||
cp -a $SOURCE_DIR lbry
|
|
||||||
else
|
|
||||||
git clone https://github.com/lbryio/lbry.git
|
git clone https://github.com/lbryio/lbry.git
|
||||||
|
else
|
||||||
|
cp -a $SOURCE_DIR lbry
|
||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
cd lbry
|
cd lbry
|
||||||
|
|
Loading…
Reference in a new issue