summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/base-gfortran.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-27 11:28:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-27 11:28:34 +0000
commitf078d2196153b603e8e53d92cb0bdce69a7d469d (patch)
tree7da390551058d288d2fb7d4de466fd8a25f8649f /scripts/gccnewlib/base-gfortran.add
parent2005-04-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f078d2196153b603e8e53d92cb0bdce69a7d469d.tar.bz2
2005-04-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/base-gfortran.add: Fix broken install-info. * gccnewlib/base-gnat.add, gccnewlib/target-gnat.add: Adaptations to gcc-4.0.0. Install infos using FC conventions.
Diffstat (limited to 'scripts/gccnewlib/base-gfortran.add')
-rw-r--r--scripts/gccnewlib/base-gfortran.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gccnewlib/base-gfortran.add b/scripts/gccnewlib/base-gfortran.add
index fa6a5b6369..30116d76a8 100644
--- a/scripts/gccnewlib/base-gfortran.add
+++ b/scripts/gccnewlib/base-gfortran.add
@@ -24,7 +24,7 @@ This is the files for gcc/gfortran that are shared by all targets.
%{_mandir}/man1/%{gcc_target}-gfortran.1*
%post -n %{rpmprefix}rtems@osversion@-base-gfortran
- /sbin/install-info --delete --infodir=%{_infodir} %{_infodir}/gfortran.info.gz
+ /sbin/install-info --infodir=%{_infodir} %{_infodir}/gfortran.info.gz
%postun -n %{rpmprefix}rtems@osversion@-base-gfortran
if [ $1 -eq 0 ]; then