Skip to content
Snippets Groups Projects
Commit b1d99923 authored by Philip Müller's avatar Philip Müller
Browse files

[postcfg] adopt to symlinks in copy_tree()

parent 00a2a969
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class ConfigController: ...@@ -56,7 +56,7 @@ class ConfigController:
def copy_folder(self, source, target): def copy_folder(self, source, target):
if exists("/" + source): if exists("/" + source):
copy_tree("/" + source, join(self.root, target)) copy_tree("/" + source, join(self.root, target), preserve_symlinks)
def remove_pkg(self, pkg, path): def remove_pkg(self, pkg, path):
if exists(join(self.root, path)): if exists(join(self.root, path)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment