summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-05-19 13:29:19 +0000
committerOlivier Blin <oblin@mandriva.com>2008-05-19 13:29:19 +0000
commitab14918cfbc954babff8c51fd623ba0bd1c050c4 (patch)
tree0b962969c442f52b4f23c174d2f55f1e87d9781b /Makefile
parenta144006789b7de54749432235c76819b6ccb35fd (diff)
downloadtheme-ab14918cfbc954babff8c51fd623ba0bd1c050c4.tar
theme-ab14918cfbc954babff8c51fd623ba0bd1c050c4.tar.gz
theme-ab14918cfbc954babff8c51fd623ba0bd1c050c4.tar.bz2
theme-ab14918cfbc954babff8c51fd623ba0bd1c050c4.tar.xz
theme-ab14918cfbc954babff8c51fd623ba0bd1c050c4.zip
fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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; \