From: yomguy <> Date: Mon, 22 Nov 2010 22:31:39 +0000 (+0000) Subject: bugfix X-Git-Tag: 0.9~175 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a52daa2e04268bc8684b7b02976a6ada3a496a0d;p=telecaster-client.git bugfix --- diff --git a/install.py b/install.py index 6b31492..53201ed 100644 --- a/install.py +++ b/install.py @@ -99,7 +99,7 @@ for dir in home_dirs: dir = 'media' home_dir = home + os.sep + dir -if not os.path.exists(): +if not os.path.exists(home_dir): shutil.copytree('conf/home/'+dir, home_dir, ignore=shutil.ignore_patterns('*.svn*')) os.system('chown -R ' + user + ':' + user + ' ' + home_dir)