1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 08:23:15 +02:00

Fix support for passing relative install paths to CMake.

This commit is contained in:
Peter Powell
2015-07-15 00:28:59 +01:00
parent 4362f53cc3
commit cd9a2af65d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -48,5 +48,5 @@ endif(NOT WIN32)
# On non-Windows platforms, if RUNGROUP is set, change the permissions of the tools directory
if(NOT WIN32 AND RUNGROUP)
install(CODE "execute_process(COMMAND ${CHMOD} 2770 \"\$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/bin\")")
install(CODE "execute_process(COMMAND ${CHMOD} 2770 \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin\")")
endif(NOT WIN32 AND RUNGROUP)