From ab14918cfbc954babff8c51fd623ba0bd1c050c4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 19 May 2008 13:29:19 +0000 Subject: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5e4f2a..a9324fc 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ install: source $$t/bootsplash/colors; \ for d in 640x480 800x600 1024x768 1280x1024 1600x1200; \ do \ - [ -e $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-$$d.jpg ] || continue \ + [ -e $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-$$d.jpg ] || continue; \ W=`echo $$d | sed -e "s/x.*//"` ;\ H=`echo $$d | sed -e "s/.*x//"` ;\ ln -f -s bootsplash-$$d.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/silent-$$d.jpg; \ -- cgit v1.2.1