mirror of https://github.com/getdnsapi/getdns.git
Minor formatting nit.
This commit is contained in:
parent
b5f260376e
commit
3b44cd8f38
|
@ -59,8 +59,7 @@ if (DEFINED CMAKE_INSTALL_FULL_RUNSTATEDIR)
|
||||||
else ()
|
else ()
|
||||||
set(RUNSTATEDIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/run")
|
set(RUNSTATEDIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/run")
|
||||||
endif ()
|
endif ()
|
||||||
install(
|
install(DIRECTORY
|
||||||
DIRECTORY
|
|
||||||
DESTINATION ${RUNSTATEDIR}
|
DESTINATION ${RUNSTATEDIR}
|
||||||
DIRECTORY_PERMISSIONS
|
DIRECTORY_PERMISSIONS
|
||||||
OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||||
|
|
Loading…
Reference in New Issue