ports/multimedia/shotcut/patches/patch-src_CMakeLists_txt

11 lines
455 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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()