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:
parent
eaf65821d6
commit
5b800bd0d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user