summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/anaconda/Makefile b/anaconda/Makefile
index 7f4c8dc..b7b857d 100644
--- a/anaconda/Makefile
+++ b/anaconda/Makefile
@@ -17,6 +17,8 @@ install:
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps
install -m 644 *.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps
+ install -m 644 splash.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/progress_first.png
+ install -m 644 splash.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/progress_first-lowres.png
mkdir -p $(DESTDIR)/$(ANACONDARUNTIMEDIR)/boot
install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDARUNTIMEDIR)/boot/syslinux-splash.png