summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-31 16:39:43 +0000
committerChris Lumens <clumens@redhat.com>2013-02-05 15:02:08 +0000
commitc99317c0c2352d36e9022d94eb597c2567410edd (patch)
treee7fce9c337e56278b13169d2693443ea9d59c81b /anaconda
parent85f389732b6e2b91ec511815124dbc0d32baaedb (diff)
downloadanaconda-c99317c0c2352d36e9022d94eb597c2567410edd.tar.gz
anaconda-c99317c0c2352d36e9022d94eb597c2567410edd.tar.xz
anaconda-c99317c0c2352d36e9022d94eb597c2567410edd.zip
Point gobject-introspection at our updates directory for overrides.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index d0dd05edf..10d1abbef 100755
--- a/anaconda
+++ b/anaconda
@@ -133,6 +133,7 @@ def set_x_resolution(runres):
def setupPythonUpdates():
from distutils.sysconfig import get_python_lib
+ import gi.overrides
# Temporary hack for F18 alpha to symlink updates and product directories
# into tmpfs. To be removed after beta in order to directly use content
@@ -166,6 +167,8 @@ def setupPythonUpdates():
# the updates directory.
symlink_updates(dest, d)
+ gi.overrides.__path__.insert(0, "/run/install/updates")
+
import glob
import shutil
for rule in glob.glob("/tmp/updates/*.rules"):