From 431cde776c60dd0b0637c8bf0504373da141f0c8 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 11 Aug 2013 15:43:51 -0400 Subject: [PATCH] Modified the installer. --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)