File task-skip-INSTALL.patch of Package taskwarrior
Index: task-3.4.2/CMakeLists.txt
===================================================================
--- task-3.4.2.orig/CMakeLists.txt
+++ task-3.4.2/CMakeLists.txt
@@ -152,7 +152,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/performan
add_subdirectory (performance EXCLUDE_FROM_ALL)
endif (EXISTS ${CMAKE_SOURCE_DIR}/performance)
-set (doc_FILES ChangeLog README.md INSTALL AUTHORS LICENSE)
+set (doc_FILES ChangeLog README.md AUTHORS LICENSE)
foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
endforeach (doc_FILE)