master3.3
Mike Hiretsky 14 years ago
parent 746dec0a09
commit d0ef094e99

@ -617,7 +617,7 @@ class cltCopy(scanDirectory):
targetDir = pathJoin(self.target,dirname(path))
if not pathexists(targetDir):
os.makedirs(targetDir)
copy2(path,pathJoin(targetDir,path))
copy2(path,pathJoin(self.target,path))
except Exception,e:
raise InstallError(_("Can not copy '%s' to '%s'")%
(path,pathJoin(self.target,path)))

Loading…
Cancel
Save