Put executables in bindir in RPM file when tools are enabled.

This commit is contained in:
Ghislain MARY 2018-04-19 17:22:50 +02:00
parent b0d8175046
commit aefe2c8ee8

View file

@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README.md TODO
%if @ENABLE_DAEMON@ || @ENABLE_CONSOLE_UI@
%if @ENABLE_DAEMON@ || @ENABLE_CONSOLE_UI@ || @ENABLE_TOOLS@
%{_bindir}/*
%endif
%{_libdir}/*.so.*