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

bc.spec

diff --git a/bc.spec b/bc.spec
index 7b409c97eacda6e728e38e899e72127a1c47cf9a..34f51cccfcd920c7015401894235e0e588089311 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -71,10 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 gzip -9nf AUTHORS ChangeLog FAQ NEWS README
 
 %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
 
 %files
 %defattr(644,root,root,755)
This page took 0.058504 seconds and 4 git commands to generate.