Try to fix exceptions generation

This commit is contained in:
Andrey Bondrov 2012-08-16 02:45:40 +11:00
parent 5707fdd9d7
commit 3b4987d814

View file

@ -8,7 +8,7 @@
# All sane backends have SONAME libsane.so.1. We do not want
# sane-backends-iscan to provide libsane.so.1, so filter these out.
%if %{_use_internal_dependency_generator}
%define __noautoprovfiles '%{_libdir}/%{name}/'
%define __noautoprovfiles %{_libdir}/%{name}/
%else
%define _exclude_files_from_autoprov %{_libdir}/%{name}/
%endif