diff --git a/install b/install index dd35d08..5818d24 100755 --- a/install +++ b/install @@ -5,7 +5,7 @@ import sys try: shutil.copy('./cheat', '/usr/local/bin/') - shutil.copytree('./.cheat/', expanduser('~')) + shutil.copytree('./.cheat', expanduser('~') + '/.cheat') except IOError as e: print >> sys.stderr, "This installer must be run as root." sys.exit(1)