Don't fail the flatpak build if the export directory doesn't already exist

This commit is contained in:
Bart van Strien 2017-10-31 09:27:54 +01:00
parent 557f271925
commit 65799d5886

View File

@ -28,7 +28,7 @@ tar xf ../tarball/love-${VERSION}-${ARCH}.tar.gz -C files --strip-components=1
cd files
# The export dir contains metadata for the host
rm -r ../export
rm -rf ../export
mkdir ../export
# If we're packaging a game, move its data in place and extract the relevant metadata