[Groonga-commit] groonga/heroku-buildpack-groonga at f5e1b58 [master] Ensure creating bin/

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 22:21:54 JST 2014


Kouhei Sutou	2014-05-24 22:21:54 +0900 (Sat, 24 May 2014)

  New Revision: f5e1b582cd5754f27019fd2bd70a2741ccaa09bf
  https://github.com/groonga/heroku-buildpack-groonga/commit/f5e1b582cd5754f27019fd2bd70a2741ccaa09bf

  Message:
    Ensure creating bin/

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -0)
===================================================================
--- bin/compile    2014-05-24 21:58:30 +0900 (96341cc)
+++ bin/compile    2014-05-24 22:21:54 +0900 (248a0fa)
@@ -38,6 +38,7 @@ Dir.chdir(build_dir) do
   rm(Dir.glob("#{groonga_dir}/lib/**/*.a"))
   rm_r("#{groonga_dir}/share/groonga/examples")
   rm_r("#{groonga_dir}/share/groonga/images")
+  mkdir_p("bin")
   Dir.chdir("bin") do
     ln_s(Dir.glob("../vendor/groonga/bin/*"), ".")
   end
-------------- next part --------------
HTML����������������������������...
Download 



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