[Groonga-commit] pgroonga/pgroonga at 48c3150 [master] cmake: fix a typo..

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 27 16:47:24 JST 2015


Kouhei Sutou	2015-09-27 16:47:24 +0900 (Sun, 27 Sep 2015)

  New Revision: 48c315063dad05eae5a477b881abf76769bf3ff6
  https://github.com/pgroonga/pgroonga/commit/48c315063dad05eae5a477b881abf76769bf3ff6

  Message:
    cmake: fix a typo..

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2015-09-27 11:28:58 +0900 (db2d9ab)
+++ CMakeLists.txt    2015-09-27 16:47:24 +0900 (b71a763)
@@ -73,7 +73,7 @@ install(FILES
 install(DIRECTORY
   "${PROJECT_SOURCE_DIR}"
   DESTINATION "${PGRN_EXTENSION_DATA_DIR}"
-  FILE_MATCHING PATTERN "${PGRN_PROJECT_ID}--*--*.sql")
+  FILES_MATCHING PATTERN "${PGRN_PROJECT_ID}--*--*.sql")
 
 install(FILES
   "${PROJECT_SOURCE_DIR}/COPYING"
-------------- next part --------------
HTML����������������������������...
Download 



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