--- scripts/makeupdates | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/makeupdates b/scripts/makeupdates index a8947ed..c6c663d 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -113,6 +113,9 @@ def copyUpdatedFiles(tag, updates, cwd): else: sys.stdout.write("Including %s\n" % (file,)) shutil.copy2(file, updates) + else: + sys.stdout.write("Including %s\n" % (file,)) + shutil.copy2(file, updates) def isysChanged(tag): lines = doGitDiff(tag, ['isys']) -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list