Trying to fix launchpad building.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
64e5770ceb
commit
fe6c805bc7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ if "PREFIX" not in os.environ and sys.platform == 'linux':
|
|||
os.environ["PREFIX"] = "/usr/share"
|
||||
except:
|
||||
if ".pybuild" in os.environ["HOME"]: # Launchpad building.
|
||||
os.environ["PREFIX"] = "/usr/share"
|
||||
os.environ["PREFIX"] = "usr/share"
|
||||
else:
|
||||
os.environ["PREFIX"] = os.environ["HOME"] + "/.local/share"
|
||||
|
||||
|
|
Loading…
Reference in a new issue