[Groonga-commit] groonga/gcs [master] package: put gcs wrapper to the top directory

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 17:57:19 JST


Kouhei Sutou	2012-06-21 17:57:19 +0900 (Thu, 21 Jun 2012)

  New Revision: bdb4d7fa485adc18ca036186a227a126e16f40cc
  https://github.com/groonga/gcs/commit/bdb4d7fa485adc18ca036186a227a126e16f40cc

  Log:
    package: put gcs wrapper to the top directory

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

  Modified: packages/all-in-one/Rakefile (+2 -2)
===================================================================
--- packages/all-in-one/Rakefile    2012-06-21 17:51:54 +0900 (66edb57)
+++ packages/all-in-one/Rakefile    2012-06-21 17:57:19 +0900 (6971a58)
@@ -198,7 +198,7 @@ esac
 PATH="${bin_dir}:${PATH}"
 export PATH
 
-gcs
+${bin_dir}/gcs
 EOS
   end
   chmod(0755, run_gcs_path.to_s)
@@ -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 + "bin/run-gcs"
+  run_gcs_path = @dist_dir + "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