diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-26 05:45:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-26 05:45:05 +0000 |
commit | 591a21a311878e2daaefd471dfbdbec97b8b66e6 (patch) | |
tree | e8622fe82c9da0d6cc2a6c38e9951477f584a1c5 /openbabel-ruby19-vendorarch.patch | |
parent | d7c45699b4b3e41973c9a1c0eadeb2cec369c50d (diff) |
automatic import of openbabelopeneuler20.03
Diffstat (limited to 'openbabel-ruby19-vendorarch.patch')
-rw-r--r-- | openbabel-ruby19-vendorarch.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openbabel-ruby19-vendorarch.patch b/openbabel-ruby19-vendorarch.patch new file mode 100644 index 0000000..2f9a72c --- /dev/null +++ b/openbabel-ruby19-vendorarch.patch @@ -0,0 +1,12 @@ +diff -up openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt.ruby_vendor openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt +--- openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt.ruby_vendor 2015-02-04 20:04:57.000000000 +0100 ++++ openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt 2015-02-07 23:38:54.649356914 +0100 +@@ -400,7 +416,7 @@ if (DO_RUBY_BINDINGS) + endif() + + install(TARGETS bindings_ruby +- LIBRARY DESTINATION ${LIB_INSTALL_DIR} ++ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/ruby/vendor_ruby + COMPONENT bindings_ruby) + + endif (DO_RUBY_BINDINGS) |