[Groonga-commit] groonga/heroku-groonga-builder at 3367727 [master] Use make install-data instead of make install

Back to archive index

Ryo Sugimoto null+****@clear*****
Wed Sep 17 19:34:01 JST 2014


Ryo Sugimoto	2014-09-17 19:34:01 +0900 (Wed, 17 Sep 2014)

  New Revision: 33677279e396addf7269b60c40b5c63de9bf7fce
  https://github.com/groonga/heroku-groonga-builder/commit/33677279e396addf7269b60c40b5c63de9bf7fce

  Merged 295f173: Merge branch 'build_mecab' of github.com:groonga/heroku-groonga-builder into build-mecab

  Message:
    Use make install-data instead of make install

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-09-15 09:32:57 +0900 (e8d768a)
+++ Rakefile    2014-09-17 19:34:01 +0900 (bee90a1)
@@ -143,7 +143,7 @@ class GroongaBuilder
 	 "--with-mecab-config=#{mecab_config}",
 	 "--with-charset=utf8")
       sh("make")
-      sh("make", "install")
+      sh("make", "install-data")
     end
   end
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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