mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #4744 from CvH/patch-3
mkpkg_kodi: git clone without history
This commit is contained in:
commit
b0de6347b3
@ -30,7 +30,7 @@ DEST_DIR="$PKG_NAME-$BRANCH"
|
|||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d $DEST_DIR.git ]; then
|
if [ ! -d $DEST_DIR.git ]; then
|
||||||
git clone $GIT_REPO -b $BRANCH $DEST_DIR.git
|
git clone --depth 1 $GIT_REPO -b $BRANCH $DEST_DIR.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $DEST_DIR.git
|
cd $DEST_DIR.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user