|
@@ -35,8 +35,8 @@ patch_files.each do |patch_file|
|
|
|
cwd ssh_ident_repo
|
|
|
only_if "/usr/bin/git apply #{patch_file} --check"
|
|
|
end
|
|
|
+end
|
|
|
|
|
|
- execute "/usr/bin/install #{ssh_ident_bin} /usr/sbin/ssh-ident" do
|
|
|
- not_if { ::FileUtils.uptodate?('/usr/sbin/ssh-ident', [ssh_ident_bin]) }
|
|
|
- end
|
|
|
+execute "/usr/bin/install #{ssh_ident_bin} /usr/sbin/ssh-ident" do
|
|
|
+ not_if { ::FileUtils.uptodate?('/usr/sbin/ssh-ident', [ssh_ident_bin]) }
|
|
|
end
|