From d7f9414c7068cc711d7f79d13c55f375b4f61668 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 19 May 2008 13:11:20 +0000 Subject: add 640x480 bootsplash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05121eb..1bca3d6 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ install: [ -e $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d-1300.jpg ] && ln -f -s $$t-$$d-1300.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.jpg; \ done; \ source $$t/bootsplash/colors; \ - for d in 800x600 1024x768 1280x1024 1600x1200; \ + for d in 640x480 800x600 1024x768 1280x1024 1600x1200; \ do \ W=`echo $$d | sed -e "s/x.*//"` ;\ H=`echo $$d | sed -e "s/.*x//"` ;\ -- cgit v1.2.1