Apparently, xbrlapi is only built on some systems, so we need rm -f to get

rid of it. Probably in presence of X11 includes or something.
This commit is contained in:
prockai 2006-07-12 11:48:49 +00:00
parent eaf65821d6
commit 5b800bd0d0

View File

@ -67,7 +67,7 @@ done
%install
make install #install-programs install-help install-tables install-drivers install-manpage
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
rm ${RPM_BUILD_ROOT}/usr/bin/xbrlapi # whatever this is, we exclude it for now
rm -f ${RPM_BUILD_ROOT}/usr/bin/xbrlapi # whatever this is, we exclude it for now
%clean
rm -rf $RPM_BUILD_ROOT