null+****@clear*****
null+****@clear*****
2011年 8月 6日 (土) 00:21:02 JST
Kouhei Sutou 2011-08-05 15:21:02 +0000 (Fri, 05 Aug 2011)
New Revision: c3e2ac93bf9a89cfbd863d25335d4c0d041272bd
Log:
[windows] add missing expand_path.
Modified files:
packages/windows/Rakefile
Modified: packages/windows/Rakefile (+1 -1)
===================================================================
--- packages/windows/Rakefile 2011-08-05 15:09:35 +0000 (a7fe796)
+++ packages/windows/Rakefile 2011-08-05 15:21:02 +0000 (2f1249b)
@@ -25,7 +25,7 @@ groonga_source = Pathname.new(ENV["SOURCE"]).expand_path
debug_build_p = ENV["DEBUG_BUILD"] == "yes"
debug_flags = ["CFLAGS=-ggdb3 -O0", "CXXFLAGS=-ggdb3 -O0"]
-dist_dir = Pathname.new("dist")
+dist_dir = Pathname.new("dist").expand_path
binary_dir = base_dir + dist_dir
patches_dir = (base_dir + "patches").expand_path