From dad470216ab7ca9e05ee870ffd2afd0c96784915 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Thu, 12 Aug 2010 21:00:09 +0200 Subject: [PATCH] hildon does not work with xdg --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73eea4a2..282ea744 100755 --- a/setup.py +++ b/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()