diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-10 12:03:58 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-10 12:03:58 +0000 |
commit | 91dd36f983be7005139845134cde01382876841a (patch) | |
tree | f948bcfaec09f743cd8791a35c398aef54279e98 /Makefile | |
parent | fa9e20f5ee79318fc44764cdf2850c1714b27ba3 (diff) | |
download | theme-91dd36f983be7005139845134cde01382876841a.tar theme-91dd36f983be7005139845134cde01382876841a.tar.gz theme-91dd36f983be7005139845134cde01382876841a.tar.bz2 theme-91dd36f983be7005139845134cde01382876841a.tar.xz theme-91dd36f983be7005139845134cde01382876841a.zip |
- Release 1.3.6 : workaround symlink on hardlink bug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-theme PACKAGE=mandriva-theme -VERSION=1.3.5 +VERSION=1.3.6 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -46,7 +46,7 @@ install: 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 ; \ + ln -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/; \ |