Bug 18886 installation crashes if fontconfig already installed
Run the uninstalled fc-cache, not the installed one.
This commit is contained in:
parent
2e375b6894
commit
2c93614ea0
|
@ -105,8 +105,8 @@ install-data-local: fonts.conf
|
|||
$(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
|
||||
fi; fi
|
||||
@(if $(RUN_FC_CACHE_TEST); then \
|
||||
echo " $(bindir)/fc-cache -s -f -v"; \
|
||||
$(bindir)/fc-cache -s -f -v; \
|
||||
echo "fc-cache$(EXEEXT) -s -f -v"; \
|
||||
fc-cache/fc-cache$(EXEEXT) -s -f -v; \
|
||||
else \
|
||||
echo "***"; \
|
||||
echo "*** Warning: fonts.cache not built"; \
|
||||
|
|
Loading…
Reference in New Issue