mirror of
https://github.com/donl/rmilter.git
synced 2026-06-30 06:12:17 -06:00
Fill missing directories.
This commit is contained in:
parent
0661e395ff
commit
252bbfa8f3
1 changed files with 5 additions and 1 deletions
|
|
@ -18,8 +18,12 @@ IF(NOT SYSTEMDDIR)
|
|||
SET(SYSTEMDDIR ${CMAKE_INSTALL_PREFIX}/lib/systemd/system)
|
||||
ENDIF(NOT SYSTEMDDIR)
|
||||
|
||||
IF(NOT MANDIR)
|
||||
SET(MANDIR "${CMAKE_INSTALL_PREFIX}/share/man")
|
||||
ENDIF(NOT MANDIR)
|
||||
|
||||
IF(NOT SBINDIR)
|
||||
SET(SBINDIR "sbin")
|
||||
SET(SBINDIR "${CMAKE_INSTALL_PREFIX}/sbin")
|
||||
ENDIF(NOT SBINDIR)
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0 FATAL_ERROR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue