]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- ignore error from fc-cache in %post
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 May 2006 22:36:06 +0000 (22:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontconfig.spec -> 1.67

fontconfig.spec

index 92b570ec1794f5409643d2c8a35708623057f4b7..eb564da35f2c9f23fe2c2147237279ff12bd583f 100644 (file)
@@ -153,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.123086 seconds and 4 git commands to generate.