[Groonga-commit] groonga/heroku-groonga-builder at 9adc061 [master] Add missing "/bin"

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 22 19:52:30 JST 2014


Kouhei Sutou	2014-05-22 19:52:30 +0900 (Thu, 22 May 2014)

  New Revision: 9adc061d3cb655fceeeee28584c7587262e21eb3
  https://github.com/groonga/heroku-groonga-builder/commit/9adc061d3cb655fceeeee28584c7587262e21eb3

  Message:
    Add missing "/bin"

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -2)
===================================================================
--- Rakefile    2014-05-22 19:46:26 +0900 (b28cdc4)
+++ Rakefile    2014-05-22 19:52:30 +0900 (55be5f5)
@@ -13,8 +13,8 @@ task :go do
   ENV["GOPATH"] = go_path
 
   paths = [
-    go_path,
-    go_root,
+    File.join(go_path, "bin"),
+    File.join(go_root, "bin"),
     ENV["PATH"],
   ]
   ENV["PATH"] = paths.join(File::PATH_SEPARATOR)
-------------- next part --------------
HTML����������������������������...
下載 



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