From b3d41d2fb3a6582b063c7a44b94a01cb78234152 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 19 May 2008 13:10:50 +0000 Subject: add default symlinks for 800x480 images --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d450fcc..05121eb 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ install: fi; \ install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \ install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \ - for d in 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \ + for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \ do \ [ -e $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d-1300.jpg ] && ln -f -s $$t-$$d-1300.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.jpg; \ done; \ -- cgit v1.2.1