diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:12:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:12:28 +0000 |
commit | a144006789b7de54749432235c76819b6ccb35fd (patch) | |
tree | 5265ce24803923055c13e17f9a693ee4c74bf197 /Makefile | |
parent | d7f9414c7068cc711d7f79d13c55f375b4f61668 (diff) | |
download | theme-a144006789b7de54749432235c76819b6ccb35fd.tar theme-a144006789b7de54749432235c76819b6ccb35fd.tar.gz theme-a144006789b7de54749432235c76819b6ccb35fd.tar.bz2 theme-a144006789b7de54749432235c76819b6ccb35fd.tar.xz theme-a144006789b7de54749432235c76819b6ccb35fd.zip |
check that the bootsplash image exists before creating the config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +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 \ 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; \ |