SPECS: fontconfig.spec - ignore error from fc-cache in %post

glen glen at pld-linux.org
Fri May 19 00:36:11 CEST 2006


Author: glen                         Date: Thu May 18 22:36:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ignore error from fc-cache in %post

---- Files affected:
SPECS:
   fontconfig.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: SPECS/fontconfig.spec
diff -u SPECS/fontconfig.spec:1.66 SPECS/fontconfig.spec:1.67
--- SPECS/fontconfig.spec:1.66	Fri Apr 28 18:20:37 2006
+++ SPECS/fontconfig.spec	Fri May 19 00:36:06 2006
@@ -154,7 +154,7 @@
 
 %post
 umask 022
-HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null
+HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null || :
 
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
@@ -195,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2006/05/18 22:36:06  glen
+- ignore error from fc-cache in %post
+
 Revision 1.66  2006/04/28 16:20:37  freetz
 - 2.3.95
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fontconfig.spec?r1=1.66&r2=1.67&f=u



More information about the pld-cvs-commit mailing list