diff options
author | Donald <schultz@mageia.org> | 2011-05-02 15:45:41 +0000 |
---|---|---|
committer | Donald <schultz@mageia.org> | 2011-05-02 15:45:41 +0000 |
commit | 34d44eeec5043f6f143e76af22389de7122eea70 (patch) | |
tree | e613a60ffda6e5f3792734fae95f475d36626e20 /Makefile | |
parent | 737506281e115996468dd14fe48981c82fe7b57d (diff) | |
download | theme-34d44eeec5043f6f143e76af22389de7122eea70.tar theme-34d44eeec5043f6f143e76af22389de7122eea70.tar.gz theme-34d44eeec5043f6f143e76af22389de7122eea70.tar.bz2 theme-34d44eeec5043f6f143e76af22389de7122eea70.tar.xz theme-34d44eeec5043f6f143e76af22389de7122eea70.zip |
- providional background for final
- new lock.png for plymouth
- add further links in makefile for backgrounds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME=mageia-theme PACKAGE=mageia-theme -VERSION=1.5.0.7 +VERSION=1.5.0.9 THEMES=Mageia-Default @@ -47,11 +47,11 @@ install: for h in 0000 0700 1300 1800 ; \ do \ ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1024x768-$$h.jpg ; \ + ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-800x600-$$h.jpg ; \ ln -f -s $$t-1920x1440-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1600x1200-$$h.jpg ; \ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1280x800-$$h.jpg ; \ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1440x900-$$h.jpg ; \ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1680x1050-$$h.jpg ; \ - ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mga/backgrounds/$$t-1024x600-$$h.jpg ; \ done ; \ for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1080 1920x1200 1920x1440 1024x600 800x600 ; \ do \ |