Merge pull request #208 from SSPkrolik/permission-fix
Fixed permission issue when installing package
This commit is contained in:
commit
5bc945df5f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ proc changeRoot*(origRoot, newRoot, path: string): string =
|
|||
proc copyFileD*(fro, to: string): string =
|
||||
## Returns the destination (``to``).
|
||||
echo(fro, " -> ", to)
|
||||
copyFile(fro, to)
|
||||
copyFileWithPermissions(fro, to)
|
||||
result = to
|
||||
|
||||
proc copyDirD*(fro, to: string): seq[string] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue