From 8e38b7afbed17d478f904398d2a456d51c316e52 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Mon, 5 Mar 2018 01:02:45 +0100 Subject: [PATCH] Flatpak manifest cleanup Make it build outside the source directory in order to remove the need for shell clean commands. --- dist/com.github.psi_rockin.DobieStation.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dist/com.github.psi_rockin.DobieStation.json b/dist/com.github.psi_rockin.DobieStation.json index 71ff52d4..5b522261 100644 --- a/dist/com.github.psi_rockin.DobieStation.json +++ b/dist/com.github.psi_rockin.DobieStation.json @@ -15,6 +15,7 @@ "name": "DobieStation", "buildsystem": "cmake", "no-make-install": true, + "builddir": true, "build-commands": [ "mkdir /app/bin", "install DobieStation /app/bin/" @@ -23,10 +24,6 @@ { "type": "git", "url": "https://github.com/PSI-Rockin/DobieStation.git" - }, - { - "type": "shell", - "commands": ["rm -rf DobieStation"] } ] }