Author: qboosh                       Date: Mon Feb 14 22:58:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- argh, set umask 022 before fc-cache; don't use /root as HOME

---- Files affected:
SPECS:
   fontconfig.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/fontconfig.spec
diff -u SPECS/fontconfig.spec:1.56 SPECS/fontconfig.spec:1.57
--- SPECS/fontconfig.spec:1.56  Sun Jan 30 17:21:59 2005
+++ SPECS/fontconfig.spec       Mon Feb 14 23:58:17 2005
@@ -143,7 +143,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-HOME=/root %{_bindir}/fc-cache -f 2>/dev/null
+umask 022
+HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
@@ -182,6 +183,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2005/02/14 22:58:17  qboosh
+- argh, set umask 022 before fc-cache; don't use /root as HOME
+
 Revision 1.56  2005/01/30 16:21:59  djurban
 - updated to 2.2.99 ?
 
================================================================

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


_______________________________________________
pld-cvs-commit mailing list
[EMAIL PROTECTED]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to