summaryrefslogtreecommitdiffstats
path: root/scripts/makeupdates
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeupdates')
-rwxr-xr-xscripts/makeupdates2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates
index 1c482a4f0..c69cd0a22 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -165,6 +165,8 @@ def copyUpdatedFiles(tag, updates, cwd):
install_to_dir(file, "usr/sbin")
elif file == "data/70-anaconda.rules":
install_to_dir(file, "lib/udev/rules.d")
+ elif file.startswith("data/pixmaps"):
+ install_to_dir(file, "usr/share/anaconda/pixmaps")
elif file.startswith("data/ui/"):
install_to_dir(file, "usr/share/anaconda/ui")
elif file.startswith("data/post-scripts/"):