sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 55d8a77dd87f4ead0ecb77e777d04ce8de841a31
parent 5a63f0f57b056a92dcc9c596d7c4856322df52d0
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 14 Oct 2017 15:16:15 -0400

Merge branch 'master' into freebsd-fix
Diffstat:
MCMake/Manpage.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMake/Manpage.cmake b/CMake/Manpage.cmake @@ -26,7 +26,7 @@ if (A2X_FOUND) install( FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section} - DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man${section} + DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man${section} COMPONENT documentation ) endfunction()