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

zsh.spec

index ae4aa12209159bc7d4f1f11a41c9cc44ac4749dd..28bb6eb6d0263ab9123533ce4e5250724e3e4fe6 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.38 $ $Date: 2001-07-25 16:31:03 $
+# $Revision: 1.39 $ $Date: 2001-07-26 05:42:27 $
 Summary:       Enhanced bourne shell
 Summary(de):   Enhanced Bourne Shell
 Summary(fr):   Bourne shell amélioré
@@ -91,7 +91,7 @@ if [ ! -f /etc/shells ]; then
 else
        grep -q '^%{_bindir}/zsh$' /etc/shells || echo "%{_bindir}/zsh" >> /etc/shells
 fi
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} > /dev/null 2>&1
 
 %preun
 if [ "$1" = "0" ]; then
@@ -100,7 +100,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.523113 seconds and 4 git commands to generate.