29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 608bad75a9acf51e2283768996721bd549149991 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Dorsch <t.dorsch@ibgndt.de>
|
|
Date: Wed, 21 Sep 2022 16:41:51 +0200
|
|
Subject: [PATCH] Used LICENSE file as license.txt (license.txt is missing),
|
|
and also fixed ect-typo
|
|
|
|
---
|
|
CMakeLists.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 862496c..3492d3d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -147,11 +147,11 @@ install(FILES multitail.conf DESTINATION etc RENAME multitail.conf.new)
|
|
install(FILES multitail.1 DESTINATION share/man/man1)
|
|
# install doc files
|
|
install(FILES manual.html DESTINATION share/doc/multitail-${VERSION})
|
|
-install(FILES license.txt DESTINATION share/doc/multitail-${VERSION})
|
|
+install(FILES LICENSE DESTINATION share/doc/multitail-${VERSION})
|
|
install(FILES readme.txt DESTINATION share/doc/multitail-${VERSION})
|
|
install(FILES thanks.txt DESTINATION share/doc/multitail-${VERSION})
|
|
# cp conversion-scripts/* etc/multitail/
|
|
-install(DIRECTORY conversion-scripts DESTINATION ect/multitail)
|
|
+install(DIRECTORY conversion-scripts DESTINATION etc/multitail)
|
|
|
|
|
|
if(USE_CPPCHECK)
|