Skip to content

Commit

Permalink
use the usr_dir var
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jul 16, 2012
1 parent c26f97b commit db0fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
def build_ruby_command(name, output, prefix, usr_dir, tmpdir)
build_command = [
# need to move libyaml/libffi to dirs we can see
"mv usr /tmp",
"mv #{usr_dir} /tmp",
"./configure --disable-install-doc --prefix #{prefix}",
"env CPATH=/tmp/#{usr_dir}/include:\\$CPATH CPPATH=/tmp/#{usr_dir}/include:\\$CPPATH LIBRARY_PATH=/tmp/#{usr_dir}/lib:\\$LIBRARY_PATH make",
"make install"
Expand Down

0 comments on commit db0fb09

Please sign in to comment.