ports/deskutils/steadyflow/files/patch-install.cmake
Koop Mast 60f3fa2d4b Update to 0.1.7.
This version builds with the new vala.

Submitted by:	maintainer
2011-07-30 09:44:59 +00:00

12 lines
607 B
CMake

--- install.cmake.orig 2011-07-26 21:54:45.000000000 +0200
+++ install.cmake 2011-07-26 21:59:45.000000000 +0200
@@ -5,8 +5,7 @@
install(FILES ${CMAKE_SOURCE_DIR}/data/net.launchpad.steadyflow.gschema.xml
DESTINATION ${COMMON_DATA_DIR}/glib-2.0/schemas)
-install(FILES ${CMAKE_SOURCE_DIR}/data/steadyflow.1 DESTINATION ${COMMON_DATA_DIR}/man/man1)
-install(CODE "execute_process(COMMAND gzip ${COMMON_DATA_DIR}/man/man1/steadyflow.1)")
+install(FILES ${CMAKE_SOURCE_DIR}/data/steadyflow.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
if(COMPILE_GSETTINGS_ON_INSTALL)
add_gsettings_install_hook()