File: flatpak-use-system-helper.patch

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (13 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
index 2041b5ae..e382689f 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
@@ -2590,7 +2590,7 @@ flatpak_dir_use_system_helper (FlatpakDir *self,
 
   return TRUE;
 #else
-  return FALSE;
+  return TRUE;
 #endif
 }