[nautilus] flatpak: Fix JSON manifest



commit 6580594954b1661e4232d525940fb97a5b400494
Author: Ernestas Kulik <ernestask gnome org>
Date:   Thu Dec 6 08:02:37 2018 +0000

    flatpak: Fix JSON manifest
    
    The profile option is set to a wrong value.

 build-aux/flatpak/org.gnome.Nautilus.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index c0b640d4b..7883b4849 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -100,7 +100,7 @@
             "name" : "nautilus",
             "config-opts" : [
                 "--libdir=/app/lib",
-                "-Dprofile=development"
+                "-Dprofile=Devel"
             ],
             "sources" : [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]