Kouhei Sutou
null+****@clear*****
Sat Aug 22 00:04:13 JST 2015
Kouhei Sutou 2015-08-22 00:04:13 +0900 (Sat, 22 Aug 2015) New Revision: a286f9cf46a030c27ddd4086eabdb888e21765ca https://github.com/pgroonga/pgroonga/commit/a286f9cf46a030c27ddd4086eabdb888e21765ca Message: package apt: follow path change Modified files: Rakefile Modified: Rakefile (+2 -2) =================================================================== --- Rakefile 2015-08-21 23:55:12 +0900 (5068753) +++ Rakefile 2015-08-22 00:04:13 +0900 (e5311e3) @@ -278,7 +278,7 @@ postgresql94-devel "amd64", ] rsync_path = rsync_base_path - debian_dir = "#{packages_dir}/debian" + debian_dir = "#{packages_dir}/debian94" apt_dir = "#{packages_dir}/apt" repositories_dir = "#{apt_dir}/repositories" @@ -306,7 +306,7 @@ postgresql-server-dev-9.4 rm_rf(tmp_dir) mkdir_p(tmp_dir) cp(archive_name, tmp_dir) - cp_r(debian_dir, tmp_dir) + cp_r(debian_dir, "#{tmp_dir}/debian") cd(apt_dir) do sh("vagrant", "destroy", "--force") -------------- next part -------------- HTML����������������������������...Download