Kaydet (Commit) dec05ebf authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

pff stupid os.path.join

üst ada98fd8
......@@ -16,7 +16,7 @@ class Install(install):
if not self.root:
self.root = "/"
target = os.path.join(self.root, consts.config_dir)
target = os.path.join(self.root, consts.config_dir.lstrip("/"))
if not os.path.exists(target):
os.makedirs(target, 0755)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment