File 001-dont-install-license-and-readme.patch of Package friction
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index 5300f40f1..62a0c657c 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -478,11 +478,4 @@ if(UNIX AND NOT APPLE)
RENAME
application-x-${PROJECT_FREEDESKTOP}.svg
)
- install(
- FILES
- ${CMAKE_CURRENT_SOURCE_DIR}/../../LICENSE.md
- ${CMAKE_CURRENT_SOURCE_DIR}/../../README.md
- DESTINATION
- ${CMAKE_INSTALL_DOCDIR}-${PROJECT_VERSION}
- )
endif()