diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-09-12 17:47:01 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 20:06:15 -0300 |
commit | d58177e01e98f84e39c2c7edbddf719cbfccec7b (patch) | |
tree | 5f8a4f56dfcbd24aac63ecda233356130df588f4 /testing/libkml/40-dont-bytecompile.patch | |
parent | a8e64e72b454ef497dd92f7f0483c468d8c85702 (diff) | |
download | aports-d58177e01e98f84e39c2c7edbddf719cbfccec7b.tar.bz2 aports-d58177e01e98f84e39c2c7edbddf719cbfccec7b.tar.xz |
testing/libkml: new aport
Diffstat (limited to 'testing/libkml/40-dont-bytecompile.patch')
-rw-r--r-- | testing/libkml/40-dont-bytecompile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/libkml/40-dont-bytecompile.patch b/testing/libkml/40-dont-bytecompile.patch new file mode 100644 index 0000000000..8fa4bff45d --- /dev/null +++ b/testing/libkml/40-dont-bytecompile.patch @@ -0,0 +1,16 @@ +Author: Holger Jaekel <holger.jaekel@gmx.de> +Summary: Don't install bytecompiled python files +---- + +--- a/src/swig/CMakeLists.txt ++++ b/src/swig/CMakeLists.txt +@@ -36,7 +36,6 @@ if(WITH_PYTHON) + + install(FILES + ${CMAKE_CURRENT_BINARY_DIR}/${MODULE_NAME}.py +- ${CMAKE_CURRENT_BINARY_DIR}/${MODULE_NAME}.pyc + DESTINATION ${PYTHON_INSTALL_DIR}) + + endforeach() + + endif(WITH_PYTHON) |