summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb/install.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-06-20 16:40:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-06-20 16:40:41 +0000
commite8a62363a7fa4439e9de9dab56c7a899c5821cad (patch)
tree632ad2781635e900bdc27763a5636615dac7df85 /contrib/crossrpms/gdb/install.add
parentUse star to untar the sources (diff)
downloadrtems-e8a62363a7fa4439e9de9dab56c7a899c5821cad.tar.bz2
Replace %{build_infos} with %build_infos.
Diffstat (limited to '')
-rw-r--r--contrib/crossrpms/gdb/install.add4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/gdb/install.add b/contrib/crossrpms/gdb/install.add
index 03d928bcfb..2881252ee2 100644
--- a/contrib/crossrpms/gdb/install.add
+++ b/contrib/crossrpms/gdb/install.add
@@ -13,7 +13,7 @@
mandir=$RPM_BUILD_ROOT%{_mandir} \
install
-%if %{build_infos}
+%if %build_infos
make prefix=$RPM_BUILD_ROOT%{_prefix} \
bindir=$RPM_BUILD_ROOT%{_bindir} \
includedir=$RPM_BUILD_ROOT%{_includedir} \
@@ -24,7 +24,7 @@
%endif
%endif
-%if %{build_infos}
+%if %build_infos
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
touch $RPM_BUILD_ROOT%{_infodir}/dir