[kdepimlibs] Fix error in index.cache suffix

Radek Novacek rnovacek at fedoraproject.org
Mon Mar 5 11:26:52 UTC 2012


commit 76294baa8f45b3ad5c89509ac5226ec3febee215
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Mon Mar 5 12:26:39 2012 +0100

    Fix error in index.cache suffix

 kdepimlibs.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdepimlibs.spec b/kdepimlibs.spec
index 7300de4..c7b55b6 100644
--- a/kdepimlibs.spec
+++ b/kdepimlibs.spec
@@ -112,7 +112,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 # hack around HTML doc multilib conflicts
 for doxy_hack in kcontrol/kresources ; do
 pushd %{buildroot}%{_kde4_docdir}/HTML/en/${doxy_hack}
-bunzip2 index.cache.xz
+bunzip2 index.cache.bz2
 sed -i -e 's!<a name="id[0-9]*"></a>!!g' index.cache
 bzip2 -9 index.cache
 done


More information about the scm-commits mailing list