File: 100_DontInstallLicenseFile.patch

package info (click to toggle)
kim-api 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,628 kB
  • sloc: cpp: 32,594; f90: 12,746; ansic: 3,041; sh: 1,283; lisp: 130; python: 35; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not install extra license file
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2022-10-21

Index: kim-api/CMakeLists.txt
===================================================================
--- kim-api.orig/CMakeLists.txt
+++ kim-api/CMakeLists.txt
@@ -180,7 +180,6 @@ install(
   FILES
     "${PROJECT_SOURCE_DIR}/README.md"
     "${PROJECT_SOURCE_DIR}/NEWS"
-    "${PROJECT_SOURCE_DIR}/LICENSE.LGPL"
   DESTINATION
     "${CMAKE_INSTALL_RELOC_DOCDIR}"
   )