[Groonga-commit] groonga/heroku-groonga-builder at 587f8ed [build_kytea] Use absolete_install_prefix

Zurück zum Archiv-Index

Ryo Sugimoto null+****@clear*****
Mon Sep 1 18:26:36 JST 2014


Ryo Sugimoto	2014-09-01 18:26:36 +0900 (Mon, 01 Sep 2014)

  New Revision: 587f8ed1e488bdb95919067eefa7976abaa30434
  https://github.com/groonga/heroku-groonga-builder/commit/587f8ed1e488bdb95919067eefa7976abaa30434

  Message:
    Use absolete_install_prefix

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -2)
===================================================================
--- Rakefile    2014-08-29 19:37:44 +0900 (de32f9e)
+++ Rakefile    2014-09-01 18:26:36 +0900 (9a3c793)
@@ -84,7 +84,7 @@ class GroongaBuilder
 
     Dir.chdir(msgpack_archive_name) do
       sh("./configure",
-         "--prefix=#{msgpack_prefix}")
+         "--prefix=#{absolete_install_prefix}")
       sh("make", "-j4")
       sh("make", "install")
     end
@@ -109,7 +109,7 @@ class GroongaBuilder
          "--prefix=#{absolete_install_prefix}",
          "--disable-static",
          "--disable-document",
-         "--with-message-pack=#{msgpack_prefix}",
+         "--with-message-pack=#{absolete_install_prefix}",
          *configure_args)
       sh("make", "-j4")
       sh("make", "install")
-------------- next part --------------
HTML����������������������������...
Download 



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