mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Put executables in bindir in RPM file when tools are enabled.
This commit is contained in:
parent
b0d8175046
commit
aefe2c8ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue