When rake install/update is run for the second time, any .backup file created by the first run it's going to be overwritten by the new symlink even if the current file is the same as the one we are going to write. The rakefile now checks if the symlink we are going to create points to the same target as the one already there and if that's the case, doesn't overwrite any backup.
7.1 KiB
7.1 KiB