Fix package installation script

This commit is contained in:
Michael Lazar
2017-03-28 22:16:14 -07:00
parent 6b1eab1a97
commit c32119aa77
8 changed files with 33 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ def main():
# Overwrite the project files
src = os.path.join(tmpdir, 'praw')
dest = os.path.join(ROOT, 'packages', 'praw')
dest = os.path.join(ROOT, 'rtv', 'packages', 'praw')
print('Copying package files to %s' % dest)
shutil.rmtree(dest, ignore_errors=True)
shutil.copytree(src, dest)