summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/instruby.rb b/instruby.rb
index 3b139941fe..f005597ae2 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -55,12 +55,8 @@ include FileUtils::NoWrite if $dryrun
@fileutils_label = ''
def install(src, dest, options = {})
+ options[:preserve] = true
super
- return if options[:noop]
- fu_each_src_dest(src, dest) do |s, d|
- st = File.stat(s)
- File.utime(st.atime, st.mtime, d)
- end
end
$made_dirs = {}