diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-09 16:58:41 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-09 16:58:41 +0000 |
commit | fa9e20f5ee79318fc44764cdf2850c1714b27ba3 (patch) | |
tree | a39f8d776edd4d708bc18962da1f9a93d88da4ff /Makefile | |
parent | 11b82e028d25b18a57e127de269923c27e56cdba (diff) | |
download | theme-fa9e20f5ee79318fc44764cdf2850c1714b27ba3.tar theme-fa9e20f5ee79318fc44764cdf2850c1714b27ba3.tar.gz theme-fa9e20f5ee79318fc44764cdf2850c1714b27ba3.tar.bz2 theme-fa9e20f5ee79318fc44764cdf2850c1714b27ba3.tar.xz theme-fa9e20f5ee79318fc44764cdf2850c1714b27ba3.zip |
- Create symlink for 640x480 bootsplash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-theme PACKAGE=mandriva-theme -VERSION=1.3.4 +VERSION=1.3.5 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -45,6 +45,9 @@ install: install -m644 $$t/bootsplash/data/*.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/; \ install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/config; \ install -m644 common/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \ + if [ ! -f $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-640x480.jpg ]; then \ + ln -s -f bootsplash-800x600.jpg $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-640x480.jpg ; \ + fi; \ if [ -d $$t/bootsplash/config ]; then \ install -m644 $$t/bootsplash/config/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/; \ fi; \ |