hildon does not work with xdg
This commit is contained in:
parent
3d97a99cee
commit
dad470216a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -164,5 +164,5 @@ setup(
|
|||
],
|
||||
)
|
||||
|
||||
if sys.argv[1] in ('install', 'develop') and options.xdg:
|
||||
if sys.argv[1] in ('install', 'develop') and options.xdg and not options.hildon:
|
||||
install_xdg()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue