add_files_to_view: flip incorrect default (#29700)
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user