summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e97bed5..df0f058 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,6 @@ install:
mkdir -p $(DESTDIR)$(sharedir)/mga/backgrounds
install -m 644 common/screensaver/*.jpg $(DESTDIR)$(sharedir)/mga/screensaver
install -m 644 extra-backgrounds/*.jpg $(DESTDIR)$(sharedir)/mga/backgrounds
- install -m644 */background/*.jpg $(DESTDIR)$(sharedir)/mga/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \
install -d $(DESTDIR)$(sharedir)/plymouth/themes/$$t; \
@@ -41,6 +40,7 @@ install:
install -m644 $$t/plymouth/*.plymouth $(DESTDIR)$(sharedir)/plymouth/themes/$$t/; \
install -m644 $$t/plymouth/*.png $(DESTDIR)$(sharedir)/plymouth/themes/$$t/; \
install -m644 $$t/background/$$t-*.png $(DESTDIR)$(sharedir)/mga/backgrounds/; \
+ install -m644 $$t/background/$$t-*.jpg $(DESTDIR)$(sharedir)/mga/backgrounds/; \
install -d $(DESTDIR)$(sharedir)/gfxboot/themes/$$t; \
install -m644 $$t/gfxboot/*.jpg $(DESTDIR)$(sharedir)/gfxboot/themes/$$t/; \
done