Skip to content

flexisip-rpm: do not redefine '_mandir' while invoking rpmbuild

Paul Cartier requested to merge fix/prefix_as_mandir into master

_mandir was redefined to match the whole installation prefix, but rpmbuild systematically marks the _mandir directory as documentation. That caused header files of Flexisip to be not installed on CentOS systems that were set to skip documentation installation (e.g Docker images)

Merge request reports