diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-28 19:42:34 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-28 19:42:34 +0000 |
commit | 00bea3aeefccb6d7204afae0b733a33f4b68185d (patch) | |
tree | b726513f8ec6aedf6d097990a42954d8cd8673f9 /Makefile | |
parent | 5f26c383d13860442ef3987b19d58a6d6649dae6 (diff) | |
download | theme-00bea3aeefccb6d7204afae0b733a33f4b68185d.tar theme-00bea3aeefccb6d7204afae0b733a33f4b68185d.tar.gz theme-00bea3aeefccb6d7204afae0b733a33f4b68185d.tar.bz2 theme-00bea3aeefccb6d7204afae0b733a33f4b68185d.tar.xz theme-00bea3aeefccb6d7204afae0b733a33f4b68185d.zip |
- New design for plymouth
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.4.2 +VERSION=1.4.3 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -40,7 +40,7 @@ install: install -m644 common/plymouth/*.script $(prefix)$(sharedir)/plymouth/themes/$$t/; \ install -m644 common/plymouth/*.png $(prefix)$(sharedir)/plymouth/themes/$$t/; \ install -m644 $$t/plymouth/*.plymouth $(prefix)$(sharedir)/plymouth/themes/$$t/; \ - install -m644 $$t/gfxboot/welcome.png $(prefix)/$(sharedir)/plymouth/themes/$$t/welcome.png; \ + install -m644 $$t/plymouth/*.png $(prefix)$(sharedir)/plymouth/themes/$$t/; \ install -m644 $$t/background/$$t.xml $(prefix)$(sharedir)/mdk/backgrounds/; \ for h in 0000 0700 1300 1800 ; \ do \ |