Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 0f73ba40 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

CMAKE: Also install the kagari script!

parent 56985d01
Branches
Étiquettes
1 requête de fusion!182Resolve "Re-Add the `make install` boi"
Pipeline #2524 réussi
...@@ -320,6 +320,15 @@ install(TARGETS lektord lkt luka ...@@ -320,6 +320,15 @@ install(TARGETS lektord lkt luka
RUNTIME # For luka RUNTIME # For luka
) )
install(FILES
${CMAKE_SOURCE_DIR}/utils/scripts/kagari.py # Install the kagary script
RENAME kagari # Get ride of the leading `.py`
DESTINATION ${CMAKE_INSTALL_BINDIR} # In the bin dir
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
WORLD_EXECUTE WORLD_READ # 0755
)
foreach(CMD IN LISTS MANPAGE_COMMANDS) foreach(CMD IN LISTS MANPAGE_COMMANDS)
install(FILES install(FILES
${CMAKE_CURRENT_BINARY_DIR}/${CMD}.1 # The manpage to install ${CMAKE_CURRENT_BINARY_DIR}/${CMD}.1 # The manpage to install
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter