File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ install(TARGETS php_fpm DESTINATION ${CMAKE_INSTALL_SBINDIR})
473473
474474# Create log and run directories on installation.
475475install (DIRECTORY DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR} /log )
476- install (DIRECTORY DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR} /run )
476+ install (DIRECTORY DESTINATION ${CMAKE_INSTALL_RUNSTATEDIR} )
477477
478478install (CODE "
479479 if(EXISTS \"\$ {CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_SYSCONFDIR} /php-fpm.conf\" )
Original file line number Diff line number Diff line change @@ -285,4 +285,4 @@ install(
285285
286286# Create log and run directories on installation.
287287install (DIRECTORY DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR} /log )
288- install (DIRECTORY DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR} /run )
288+ install (DIRECTORY DESTINATION ${CMAKE_INSTALL_RUNSTATEDIR} )
You can’t perform that action at this time.
0 commit comments