diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:11:20 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:11:20 +0000 |
commit | d7f9414c7068cc711d7f79d13c55f375b4f61668 (patch) | |
tree | 5924e4647e420cb568038164fbd5a738d5ae74f4 /Makefile | |
parent | b3d41d2fb3a6582b063c7a44b94a01cb78234152 (diff) | |
download | theme-d7f9414c7068cc711d7f79d13c55f375b4f61668.tar theme-d7f9414c7068cc711d7f79d13c55f375b4f61668.tar.gz theme-d7f9414c7068cc711d7f79d13c55f375b4f61668.tar.bz2 theme-d7f9414c7068cc711d7f79d13c55f375b4f61668.tar.xz theme-d7f9414c7068cc711d7f79d13c55f375b4f61668.zip |
add 640x480 bootsplash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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//"` ;\ |