Remove empty /jcef dir

This commit is contained in:
FriwiDev 2021-10-25 12:59:00 +02:00
parent 399fba5ae8
commit aa10991509

View File

@ -6,6 +6,7 @@ echo "Building for architecture $TARGETARCH"
if [ ! -f "/jcef/README.md" ]; then if [ ! -f "/jcef/README.md" ]; then
echo "Did not find existing files to build - cloning..." echo "Did not find existing files to build - cloning..."
rm -rf /jcef
git clone https://bitbucket.org/chromiumembedded/java-cef.git /jcef git clone https://bitbucket.org/chromiumembedded/java-cef.git /jcef
else else
echo "Found existing files to build" echo "Found existing files to build"