14 lines
304 B
Diff
14 lines
304 B
Diff
|
diff --git a/update-mime-database.c b/update-mime-database.c
|
||
|
index 894ac97..8626702 100644
|
||
|
--- a/update-mime-database.c
|
||
|
+++ b/update-mime-database.c
|
||
|
@@ -943,7 +943,7 @@ sync_enabled(void)
|
||
|
|
||
|
env = g_getenv("PKGSYSTEM_ENABLE_FSYNC");
|
||
|
if (!env)
|
||
|
- return TRUE;
|
||
|
+ return FALSE;
|
||
|
return atoi(env);
|
||
|
}
|
||
|
|