[gnome-sdk-images/gnome-3-20] Use mtime 1, not 0 in fontconfig caches
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images/gnome-3-20] Use mtime 1, not 0 in fontconfig caches
- Date: Wed, 10 Aug 2016 21:35:08 +0000 (UTC)
commit 5cc6a2cea7e7cd3486c6983cb413dd4841b9c0d0
Author: Alexander Larsson <alexl redhat com>
Date: Wed Aug 10 23:31:47 2016 +0200
Use mtime 1, not 0 in fontconfig caches
This is what ostree (and this flatpak) uses for checkouts now.
org.gnome.Sdk.json.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 2718626..a748b6d 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -18,8 +18,8 @@
"/share/devhelp",
"/lib/systemd",
"*.la", "*.a"],
- "cleanup-commands": [ "touch -d @0 /usr/share/fonts",
- "touch -d @0 /usr/share/fonts/*",
+ "cleanup-commands": [ "touch -d @1 /usr/share/fonts",
+ "touch -d @1 /usr/share/fonts/*",
"fc-cache -fs"
],
"cleanup-platform": [ "/include",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]