mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Fix bug with installing directories
This commit is contained in:
@@ -239,7 +239,8 @@ class Directory:
|
||||
owner=self.owner,
|
||||
group=self.group,
|
||||
permissions=self.permissions)
|
||||
target = os.path.join(target_directory, src_path)
|
||||
target = os.path.normpath(
|
||||
os.path.join(target_directory, src_path))
|
||||
created.append(target)
|
||||
file.copy_to(target, variables)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user