board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / read-edid / 0001-Fix-install-file-list.patch
blob622e97daa8a7c1709aeea1caa2df890edf3fbe6e
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.
6 Fixes:
7 CMake Error at cmake_install.cmake:40 (file):
8 file INSTALL cannot find
9 ".../build/read-edid-3.0.2/COPYING".
11 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
12 ---
13 CMakeLists.txt | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
16 diff --git a/CMakeLists.txt b/CMakeLists.txt
17 index 7bf4561..2b9bc86 100644
18 --- a/CMakeLists.txt
19 +++ b/CMakeLists.txt
20 @@ -13,5 +13,5 @@ endif ()
21 add_subdirectory (parse-edid)
23 INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
24 -INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
25 +INSTALL(FILES AUTHORS ChangeLog README DESTINATION
26 share/doc/read-edid)
27 --
28 2.1.4