[Groonga-commit] groonga/groonga at 47053fd [master] cmake groonga-log: fix unclosed install()

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 18:46:46 JST 2019


Kentaro Hayashi	2019-02-01 18:46:46 +0900 (Fri, 01 Feb 2019)

  Revision: 47053fd42d892870853eb2bde78037b67a89c911
  https://github.com/groonga/groonga/commit/47053fd42d892870853eb2bde78037b67a89c911

  Message:
    cmake groonga-log: fix unclosed install()

  Modified files:
    vendor/groonga-log/CMakeLists.txt

  Modified: vendor/groonga-log/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/groonga-log/CMakeLists.txt    2019-02-01 14:46:38 +0900 (e59074aa7)
+++ vendor/groonga-log/CMakeLists.txt    2019-02-01 18:46:46 +0900 (ab420ccbc)
@@ -30,5 +30,5 @@ if(GRN_WITH_MRUBY)
     FILES
     "${GROONGA_LOG_SOURCE_DIR}/README.md"
     "${GROONGA_LOG_SOURCE_DIR}/doc/text/lgpl-2.1.txt"
-    DESTINATION "${GRN_DATA_DIR}/groonga-log"
+    DESTINATION "${GRN_DATA_DIR}/groonga-log")
 endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/aa33d59e/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index