add_files_to_view: flip incorrect default (#29700)

This commit is contained in:
Harmen Stoppels
2022-03-24 18:59:03 +01:00
committed by GitHub
parent f8224f284c
commit 1b55057f36
4 changed files with 4 additions and 4 deletions

View File

@@ -1365,7 +1365,7 @@ def deactivate(self, ext_pkg, view, **args):
self.spec
))
def add_files_to_view(self, view, merge_map, skip_if_exists=False):
def add_files_to_view(self, view, merge_map, skip_if_exists=True):
bin_dir = self.spec.prefix.bin if sys.platform != 'win32'\
else self.spec.prefix
for src, dst in merge_map.items():