diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-09 18:07:16 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-03-09 18:07:16 +0000 |
commit | 5b184ec81a222322ab3f89315fff5a542c4056f4 (patch) | |
tree | 824bca481ce8dc8f8aa95c9bfb8696948b5329e0 | |
parent | c4f9d0fcfa4fde14a01232ada0dc893730dacbee (diff) | |
download | theme-5b184ec81a222322ab3f89315fff5a542c4056f4.tar theme-5b184ec81a222322ab3f89315fff5a542c4056f4.tar.gz theme-5b184ec81a222322ab3f89315fff5a542c4056f4.tar.bz2 theme-5b184ec81a222322ab3f89315fff5a542c4056f4.tar.xz theme-5b184ec81a222322ab3f89315fff5a542c4056f4.zip |
- Release 1.3.8
- add compat symlink for 1024x600 resolution (Mdv bug #48554)
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-theme PACKAGE=mandriva-theme -VERSION=1.3.7 +VERSION=1.3.8 THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash @@ -60,6 +60,7 @@ install: ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1280x800-$$h.jpg ; \ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1440x900-$$h.jpg ; \ ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1680x1050-$$h.jpg ; \ + ln -f -s $$t-1920x1200-$$h.jpg $(prefix)$(sharedir)/mdk/backgrounds/$$t-1024x600-$$h.jpg ; \ done ; \ for d in 800x480 1024x768 1280x1024 1280x800 1440x900 1600x1200 1680x1050 1920x1080 1920x1200 1920x1440 1024x600 800x600 ; \ do \ |