diff options
-rw-r--r-- | 20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch b/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch new file mode 100644 index 0000000..036aa42 --- /dev/null +++ b/20018_all_percona-server-8.0.16-dont-install-tokudb-misc-files.patch @@ -0,0 +1,14 @@ +--- a/storage/tokudb/PerconaFT/CMakeLists.txt ++++ b/storage/tokudb/PerconaFT/CMakeLists.txt +@@ -102,11 +102,5 @@ add_subdirectory(src) + add_subdirectory(ftcxx) + add_subdirectory(tools) + +-install( +- FILES README.md COPYING.AGPLv3 COPYING.GPLv2 PATENTS +- DESTINATION . +- COMPONENT tokukv_misc +- ) +- + ## build tags + include(TokuBuildTagDatabases) |