Skip to content

Commit

Permalink
Revert "Use /usr as install path in setup.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
XRevan86 committed Mar 23, 2016
1 parent 846404e commit 7040845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def run (self):
if not prefix and "PREFIX" in os.environ:
prefix = os.environ["PREFIX"]
if not prefix or not len (prefix):
prefix = "/usr"
prefix = "/usr/local"

if sys.argv[1] in ("install", "uninstall") and len (prefix):
sys.argv += ["--prefix", prefix]
Expand Down

0 comments on commit 7040845

Please sign in to comment.