[Groonga-commit] groonga/gcs [master] package: fix task reference

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 16:29:32 JST


Kouhei Sutou	2012-06-21 16:29:32 +0900 (Thu, 21 Jun 2012)

  New Revision: 1f4baa15c28ccb4e6e7d3ae28a14bd21b682952e
  https://github.com/groonga/gcs/commit/1f4baa15c28ccb4e6e7d3ae28a14bd21b682952e

  Log:
    package: fix task reference

  Modified files:
    packages/all-in-one/Rakefile

  Modified: packages/all-in-one/Rakefile (+4 -4)
===================================================================
--- packages/all-in-one/Rakefile    2012-06-21 16:27:26 +0900 (0109521)
+++ packages/all-in-one/Rakefile    2012-06-21 16:29:32 +0900 (7afd250)
@@ -47,7 +47,7 @@ namespace(:msgpack) do
   directory build_dir.to_s
 
   file(libmsgpack_so_path.to_s) do
-    Rake["msgpack:intall"].invoke
+    Rake::Task["msgpack:intall"].invoke
   end
 
   desc("Intall MessagePack")
@@ -76,7 +76,7 @@ namespace(:groonga) do
   directory build_dir.to_s
 
   file(libgroonga_so_path.to_s) do
-    Rake["groonga:intall"].invoke
+    Rake::Task["groonga:intall"].invoke
   end
 
   desc("Intall groonga")
@@ -105,7 +105,7 @@ namespace(:node) do
   directory build_dir.to_s
 
   file(node_path.to_s) do
-    Rake["node:intall"].invoke
+    Rake::Task["node:intall"].invoke
   end
 
   desc("Intall Node.js")
@@ -129,7 +129,7 @@ end
 gcs_path = @dist_dir + "bin/gcs"
 namespace(:gcs) do
   file(gcs_path.to_s) do
-    Rake["gcs:install"].invoke
+    Rake::Task["gcs:install"].invoke
   end
 
   desc("Install Groonga CloudSearch")
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index