0001-Do-not-install-license-file.patch 509 B

1234567891011121314151617
  1. Do not install license file
  2. File name is incorrect as well; must be LICENSE instead of COPYING.
  3. Upstream-Status: Submitted [pyrophobicman@gmail.com]
  4. Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>
  5. --- a/CMakeLists.txt
  6. +++ b/CMakeLists.txt
  7. @@ -13,5 +13,5 @@
  8. add_subdirectory (parse-edid)
  9. INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
  10. -INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
  11. +INSTALL(FILES AUTHORS ChangeLog README DESTINATION
  12. share/doc/read-edid)