summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-09-09 16:58:41 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-09-09 16:58:41 +0000
commitfa9e20f5ee79318fc44764cdf2850c1714b27ba3 (patch)
treea39f8d776edd4d708bc18962da1f9a93d88da4ff /Makefile
parent11b82e028d25b18a57e127de269923c27e56cdba (diff)
downloadtheme-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--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 710469f..b51c7a3 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \