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