]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- %%post fontconfig fixes: typo, added Requires(post)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Mar 2003 20:48:26 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86.spec -> 1.405

XFree86.spec

index 6a81fc8fc9753ed6394ec94514ca97d825c75e10..ef65253a3e0744267f99eff8c77d10c374c4a8cd 100644 (file)
@@ -432,6 +432,7 @@ Summary:    Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
 Requires:      %{name}-libs = %{version}
 Group:         Libraries
+Requires(post):        /sbin/ldconfig
 Provides:      fontconfig = 1.0.1
 Obsoletes:     fontconfig
 
@@ -2102,7 +2103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post  fontconfig
 /sbin/ldconfig
-HOME=/root %{_bindir}/fc-cache -f 2> /dev/nul
+HOME=/root %{_bindir}/fc-cache -f 2>/dev/null
 
 %postun        fontconfig -p /sbin/ldconfig
 
This page took 0.037442 seconds and 4 git commands to generate.