summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-05-19 13:11:20 +0000
committerOlivier Blin <oblin@mandriva.com>2008-05-19 13:11:20 +0000
commitd7f9414c7068cc711d7f79d13c55f375b4f61668 (patch)
tree5924e4647e420cb568038164fbd5a738d5ae74f4 /Makefile
parentb3d41d2fb3a6582b063c7a44b94a01cb78234152 (diff)
downloadtheme-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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//"` ;\