[Groonga-commit] groonga/groonga at e14bcc6 [master] cmake groonga-log: fix missing _SOURCES

Zurück zum Archiv-Index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 18:47:41 JST 2019


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

  Revision: e14bcc6d1b50b687d27f191ba0efb06c071ca413
  https://github.com/groonga/groonga/commit/e14bcc6d1b50b687d27f191ba0efb06c071ca413

  Message:
    cmake groonga-log: fix missing _SOURCES
    
    RUBY_SCRIPTS_SOURCES is defined but not used properly in install()

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

  Modified: vendor/groonga-log/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/groonga-log/CMakeLists.txt    2019-02-01 18:46:46 +0900 (ab420ccbc)
+++ vendor/groonga-log/CMakeLists.txt    2019-02-01 18:47:41 +0900 (fd161d602)
@@ -21,7 +21,7 @@ if(GRN_WITH_MRUBY)
   read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/ruby_scripts_groonga_log_sources.am
     RUBY_SCRIPTS_GROONGA_LOG_SOURCES)
   install(
-    FILES ${RUBY_SCRIPTS}
+    FILES ${RUBY_SCRIPTS_SOURCES}
     DESTINATION "${GRN_RELATIVE_RUBY_SCRIPTS_DIR}")
   install(
     FILES ${RUBY_SCRIPTS_GROONGA_LOG_SOURCES}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/edac16c1/attachment-0001.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index