Removed gnat and made final cleanup.

This commit is contained in:
Joel Sherrill
2000-01-27 23:49:44 +00:00
parent f82fee97bb
commit 42ec72d35c
8 changed files with 53 additions and 272 deletions

View File

@@ -105,6 +105,13 @@ Authors:
touch ../files
fi
# We assume that info/dir exists when building the RPMs
rm -f $RPM_BUILD_ROOT/opt/rtems/info/dir
f=`find $RPM_BUILD_ROOT/opt/rtems/info -name '*.info.gz'`
test x"$f" != x"" && for i in $f; do
install-info $i $RPM_BUILD_ROOT/opt/rtems/info/dir
done
%post
if test -d $RPM_INSTALL_PREFIX/rtems/info;
then