do not check prefix is writable when reading the configuration
commit3533890e19905f0a862dafc54f26db6027d27c9e
authorFrederic Peters <fpeters@0d.be>
Wed, 6 May 2009 18:54:17 +0000 (6 20:54 +0200)
committerFrederic Peters <fpeters@0d.be>
Wed, 6 May 2009 18:54:17 +0000 (6 20:54 +0200)
tree05f744e476061e161a81ff5a6cb23cf8c45b7ece
parentd7969abf8c27579510313dc07f974ffaf26780b2
do not check prefix is writable when reading the configuration

It is not necessary to check the JHBuild prefix is writable in every
situation, as running jhbuild run gnome-session as another user is
a very legitimate use. So this defers the ckeck for a writable prefix
later on. (GNOME #581634)
jhbuild/config.py
jhbuild/frontends/buildscript.py