forked from Imagelibrary/rtems
Corrected to remove references to non-existent subpackages.
This commit is contained in:
@@ -151,7 +151,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
|
|||||||
/opt/rtems/include/g++-3
|
/opt/rtems/include/g++-3
|
||||||
/opt/rtems/@target_alias@
|
/opt/rtems/@target_alias@
|
||||||
|
|
||||||
%post -n @target_alias@-gcc
|
%post
|
||||||
if test -d $RPM_INSTALL_PREFIX/rtems/info;
|
if test -d $RPM_INSTALL_PREFIX/rtems/info;
|
||||||
then
|
then
|
||||||
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
|
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
|
||||||
@@ -161,7 +161,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -n @target_alias@-gcc
|
%postun
|
||||||
if test -d $RPM_INSTALL_PREFIX/rtems/info;
|
if test -d $RPM_INSTALL_PREFIX/rtems/info;
|
||||||
then
|
then
|
||||||
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
|
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
|
||||||
|
|||||||
Reference in New Issue
Block a user