Commit db43d00dbb4f47dc893ec7264f6ba196d27705d4
1 parent
fad4f2d0
Exists in
master
and in
17 other branches
Use double quotes to enable string interpolation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/git.rb
@@ -8,7 +8,7 @@ dependency "curl" | @@ -8,7 +8,7 @@ dependency "curl" | ||
8 | source :url => "https://git-core.googlecode.com/files/git-#{version}.tar.gz", | 8 | source :url => "https://git-core.googlecode.com/files/git-#{version}.tar.gz", |
9 | :md5 => "57b966065882f83ef5879620a1e329ca" | 9 | :md5 => "57b966065882f83ef5879620a1e329ca" |
10 | 10 | ||
11 | -relative_path 'git-#{version}' | 11 | +relative_path "git-#{version}" |
12 | 12 | ||
13 | env = { | 13 | env = { |
14 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", | 14 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", |