hildon does not work with xdg

This commit is contained in:
Christophe Benz 2010-08-12 21:00:09 +02:00
commit dad470216a

View file

@ -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() install_xdg()