]> git.pld-linux.org Git - packages/bash.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:
    bash.spec -> 1.77

bash.spec

index 4249550c0cefca6aab6032881c8fe37de50e87d1..3ccde1ef643249b3d7ec5a369956c7e800faf3e4 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -203,7 +203,7 @@ else
        fi
 fi
 
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %post static
 if [ ! -f /etc/shells ]; then
@@ -227,7 +227,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %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.108427 seconds and 4 git commands to generate.