Touch the toplevel directory too
This commit is contained in:
parent
542a1ade80
commit
b0a7221dcf
@ -486,9 +486,12 @@ after-update::
|
|||||||
else
|
else
|
||||||
FileUtils.rm_rf("gems")
|
FileUtils.rm_rf("gems")
|
||||||
end
|
end
|
||||||
|
if modified
|
||||||
touch_all(modified, "**/*/", 0) do |name, stat|
|
touch_all(modified, "**/*/", 0) do |name, stat|
|
||||||
stat.mtime > modified
|
stat.mtime > modified
|
||||||
end
|
end
|
||||||
|
File.utime(modified, modified, ".")
|
||||||
|
end
|
||||||
unless $?.success?
|
unless $?.success?
|
||||||
puts $colorize.fail(" failed")
|
puts $colorize.fail(" failed")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user