X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcopy_installer.py;h=34ae3215ef4a9834078f2f99aee697757a89b6b4;hb=de5723ed7d5687460fa2a816f27dae67293c45e6;hp=6bc8660174f749beafe48a147dfc6905c753aa8a;hpb=0086ca02b521ce6bb625ac3cea14471763016798;p=dak.git diff --git a/dak/copy_installer.py b/dak/copy_installer.py index 6bc86601..34ae3215 100755 --- a/dak/copy_installer.py +++ b/dak/copy_installer.py @@ -121,7 +121,7 @@ Architectures to skip: %(skip_arch_list)s""" % { def do_copy(self): for source, dest in self.trees_to_copy: - shutil.copytree(source, dest) + shutil.copytree(source, dest, symlinks=True) for source, dest in self.symlinks_to_create: if os.path.lexists(dest): os.unlink(dest)