File: 0002-nvidia-texture-tools-docs.patch

package info (click to toggle)
nvidia-texture-tools 2.1.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,828 kB
  • sloc: cpp: 50,341; ansic: 10,449; sh: 62; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -up CMakeLists.txt.orig CMakeLists.txt
--- a/CMakeLists.txt.orig	2021-02-23 07:27:10.611067241 -0300
+++ b/CMakeLists.txt	2021-02-23 07:27:35.953203458 -0300
@@ -38,10 +38,10 @@ ADD_SUBDIRECTORY(extern)
 ADD_SUBDIRECTORY(src)
 
 # These files should only be installed when creating packages.
-INSTALL(FILES 
-	LICENSE
-	README.md
-	DESTINATION share/doc/nvtt)
+# INSTALL(FILES 
+#	LICENSE
+#	README.md
+#	DESTINATION share/doc/nvtt)
 
 # Add packaging support
 INCLUDE(InstallRequiredSystemLibraries)