0001-Fix-install-file-list.patch 818 B

1234567891011121314151617181920212223242526272829
  1. From 562f48bee3443bda0ac257f2b0c52a72208163e0 Mon Sep 17 00:00:00 2001
  2. From: Peter Seiderer <ps.report@gmx.net>
  3. Date: Mon, 7 Dec 2015 21:20:38 +0100
  4. Subject: [PATCH] Fix install file list.
  5. Fixes:
  6. CMake Error at cmake_install.cmake:40 (file):
  7. file INSTALL cannot find
  8. ".../build/read-edid-3.0.2/COPYING".
  9. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  10. ---
  11. CMakeLists.txt | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/CMakeLists.txt b/CMakeLists.txt
  14. index 7bf4561..2b9bc86 100644
  15. --- a/CMakeLists.txt
  16. +++ b/CMakeLists.txt
  17. @@ -13,5 +13,5 @@ endif ()
  18. add_subdirectory (parse-edid)
  19. INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
  20. -INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
  21. +INSTALL(FILES AUTHORS ChangeLog README DESTINATION
  22. share/doc/read-edid)
  23. --
  24. 2.1.4