11 lines
455 B
Text
11 lines
455 B
Text
|
Index: src/CMakeLists.txt
|
||
|
--- src/CMakeLists.txt.orig
|
||
|
+++ src/CMakeLists.txt
|
||
|
@@ -335,5 +335,5 @@ if(UNIX AND NOT APPLE)
|
||
|
install(FILES ${CMAKE_SOURCE_DIR}/packaging/linux/icons/128x128/org.shotcut.Shotcut.png
|
||
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128/apps/)
|
||
|
install(FILES ${CMAKE_SOURCE_DIR}/packaging/linux/shotcut.1
|
||
|
- DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man1/)
|
||
|
+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
|
||
|
endif()
|