summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-05-19 13:10:50 +0000
committerOlivier Blin <oblin@mandriva.com>2008-05-19 13:10:50 +0000
commitb3d41d2fb3a6582b063c7a44b94a01cb78234152 (patch)
tree939f4f436a299512343bc8b031530c972d695e25 /Makefile
parentb60cbae1757df367a1334f0a0a44567a2d70f01f (diff)
downloadtheme-b3d41d2fb3a6582b063c7a44b94a01cb78234152.tar
theme-b3d41d2fb3a6582b063c7a44b94a01cb78234152.tar.gz
theme-b3d41d2fb3a6582b063c7a44b94a01cb78234152.tar.bz2
theme-b3d41d2fb3a6582b063c7a44b94a01cb78234152.tar.xz
theme-b3d41d2fb3a6582b063c7a44b94a01cb78234152.zip
add default symlinks for 800x480 images
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d450fcc..05121eb 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ install:
fi; \
install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/animations; \
install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \
- for d in 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \
+ for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1200 1920x1440 ; \
do \
[ -e $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d-1300.jpg ] && ln -f -s $$t-$$d-1300.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-$$d.jpg; \
done; \