From 320029f1756260c61d10d88f82a85bc7f9f4249c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 2 May 2015 10:34:15 +0200 Subject: Install theme JPG backgrounds at the same time as the PNG backgrounds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1