[Groonga-commit] groonga/gcs [master] pakcage: fix wrapper path

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 18:00:52 JST


Kouhei Sutou	2012-06-21 18:00:52 +0900 (Thu, 21 Jun 2012)

  New Revision: 3b0cf2e904e0bf65450423b75173e49e94d23d47
  https://github.com/groonga/gcs/commit/3b0cf2e904e0bf65450423b75173e49e94d23d47

  Log:
    pakcage: fix wrapper path

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

  Modified: packages/all-in-one/Rakefile (+1 -1)
===================================================================
--- packages/all-in-one/Rakefile    2012-06-21 17:57:19 +0900 (6971a58)
+++ packages/all-in-one/Rakefile    2012-06-21 18:00:52 +0900 (d6a22dc)
@@ -217,7 +217,7 @@ end
 task(:package => gcs_path.to_s) do
   rm_rf(gcs_package_path.to_s)
   cp_r(@dist_dir.to_s, gcs_package_path.to_s)
-  run_gcs_path = @dist_dir + "gcs"
+  run_gcs_path = gcs_package_path + "gcs"
   create_gcs_wrapper(run_gcs_path)
   Dir.chdir(gcs_package_path.dirname.to_s) do
     sh("tar", "czf", gcs_package_tar_gz_path.to_s, gcs_package_basename)
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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