From: "Brian C. Lane" <bcl@xxxxxxxxxx> Only a few specific items in data need to be updated. --- scripts/makeupdates | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/makeupdates b/scripts/makeupdates index cf81940..b8f2e1d 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -148,12 +148,16 @@ def copyUpdatedFiles(tag, updates, cwd): install_to_dir(file, "lib/systemd/system-generators") elif file == "data/liveinst/liveinst": install_to_dir(file, "usr/sbin") + elif file == "data/70-anaconda.rules": + install_to_dir(file, "lib/udev/rules.d") + elif file.startswith("data/ui/"): + install_to_dir(file, "usr/share/anaconda/ui") elif file.find('/') != -1: fields = file.split('/') subdir = fields[0] if subdir in ['po', 'scripts','command-stubs', 'tests', 'bootdisk', 'docs', 'fonts', 'utils', 'gptsync', - 'liveinst', 'dracut']: + 'liveinst', 'dracut', 'data']: continue else: sys.stdout.write("Including %s\n" % (file,)) -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list