From 65799d58867987923cb794f257e4cb4b4849e760 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Tue, 31 Oct 2017 09:27:54 +0100 Subject: [PATCH] Don't fail the flatpak build if the export directory doesn't already exist --- flatpak/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/build.sh b/flatpak/build.sh index a3b0b9c..43baae0 100755 --- a/flatpak/build.sh +++ b/flatpak/build.sh @@ -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