diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:10:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-19 13:10:50 +0000 |
commit | b3d41d2fb3a6582b063c7a44b94a01cb78234152 (patch) | |
tree | 939f4f436a299512343bc8b031530c972d695e25 /Makefile | |
parent | b60cbae1757df367a1334f0a0a44567a2d70f01f (diff) | |
download | theme-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |