From 9f1aa9ef3bf41bd87c9d177a4c3f88742660ec7f Mon Sep 17 00:00:00 2001 From: Scott Arthur Date: Fri, 17 Nov 2017 10:02:40 -0500 Subject: [PATCH] Update .local files if they have changed on install/update --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index acf26593..68effe31 100644 --- a/Rakefile +++ b/Rakefile @@ -247,7 +247,7 @@ task :install do end COPIED_FILES.each do |orig, copy| - cp orig, copy, :verbose => true unless File.exist?(copy) + cp orig, copy, :verbose => true unless File.exist?(copy) and File.read(orig) == File.read(copy) end # Install Vundle and bundles