12 lines
439 B
Diff
12 lines
439 B
Diff
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt 2014-02-05 10:27:26.000000000 -0600
|
|
+++ b/CMakeLists.txt 2015-11-29 16:34:18.018024065 -0600
|
|
@@ -13,5 +13,5 @@
|
|
add_subdirectory (parse-edid)
|
|
|
|
INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
|
|
-INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
|
|
- share/doc/read-edid)
|
|
+INSTALL(FILES AUTHORS ChangeLog LICENSE README DESTINATION
|
|
+ share/doc/packages/read-edid)
|