]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- argh, set umask 022 before fc-cache; don't use /root as HOME
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Feb 2005 22:58:17 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontconfig.spec -> 1.57

fontconfig.spec

index cd940e990be70dbbb6503576ecc2abe16b3d3165..b786072fb33e6452a4d2b538e5c38f69c5f5eb28 100644 (file)
@@ -142,7 +142,8 @@ install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
 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
This page took 0.126978 seconds and 4 git commands to generate.