Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2020-02-11 05:53:00 +0300
committerGitHub <noreply@github.com>2020-02-11 05:53:00 +0300
commit72fe53a2ee79563a8b25875415d78eeb4abbe250 (patch)
treec57c4e8edcabe41d0fa318958c966e0349e86080 /packaging
parent900e77c86891443314fd66a63f35cb8a918ff826 (diff)
[MacSDK] Get more verbose output from fc-cache operation (#18782)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/MacSDK/packaging/resources/postinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/packaging/resources/postinstall b/packaging/MacSDK/packaging/resources/postinstall
index 8775678107d..ff7d3b1a982 100755
--- a/packaging/MacSDK/packaging/resources/postinstall
+++ b/packaging/MacSDK/packaging/resources/postinstall
@@ -74,7 +74,7 @@ if [ -d ${FW_CURRENT} ]; then
mkdir -p pango
pango-querymodules > pango/pango.modules 2>> "${LOG_DIR}/postinstall-pango-querymodules.log" || true
pango-querymodules --update-cache >> "${LOG_DIR}/postinstall-pango-querymodules.log" 2>&1 || true
- fc-cache >> "${LOG_DIR}/postinstall-fc-cache.log" 2>&1 || true
+ fc-cache -v >> "${LOG_DIR}/postinstall-fc-cache.log" 2>&1 || true
cd ${FW_CURRENT}/lib/gtk-2.0/2.10.0
gtk-query-immodules-2.0 > immodules.cache 2>> "${LOG_DIR}/gtk-query-immodules-2.0.log" || true