]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:07 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb.spec -> 1.38

gdb.spec

index 13419307f7c520c1c47b538d3ed1106cffb88c8d..d521e8254d412a92c827603a0e8a63ade0130e94 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -99,10 +99,10 @@ install -d $RPM_BUILD_ROOT%{_infodir}
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man?/*}
 
 %post
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.027393 seconds and 4 git commands to generate.