[PATCH] Add an updates location for the AnacondaWidgets overrides

David Shea dshea at redhat.com
Wed Nov 13 20:21:25 UTC 2013


---
 scripts/makeupdates | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/makeupdates b/scripts/makeupdates
index ac741df..dbb86c5 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -273,6 +273,9 @@ def copyUpdatedFiles(tag, updates, cwd):
             install_to_dir(gitfile, "usr/share/anaconda/post-scripts")
         elif gitfile.endswith("anaconda-yum"):
             install_to_dir(gitfile, "usr/libexec/anaconda")
+        elif gitfile.endswith("AnacondaWidgets.py"):
+            import gi
+            install_to_dir(gitfile, gi._overridesdir[1:])
         elif gitfile.find('/') != -1:
             fields = gitfile.split('/')
             subdir = fields[0]
-- 
1.8.4.2



More information about the anaconda-patches mailing list