diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 21:52:42 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 21:52:42 +0000 |
commit | 15b0ac588644c2fef4d506a2103be55a569cf3a8 (patch) | |
tree | 96b6524e1e57691723ee884859607ba6be6862cf /Makefile | |
parent | 3ddf2afe38603b3055a8547ffa78ebb0a55ee840 (diff) | |
download | theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.gz theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.bz2 theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.xz theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.zip |
screensavers are png only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ install: mkdir -p $(prefix)$(sharedir)/config/ mkdir -p $(prefix)$(sharedir)/bootsplash/Mandriva-common/images install -m 644 common/bootsplash/data/*.jpg $(prefix)$(sharedir)/bootsplash/Mandriva-common/images - install -m 644 common/screensaver/*.{jpg,png} $(prefix)$(sharedir)/mdk/screensaver + install -m 644 common/screensaver/*.png $(prefix)$(sharedir)/mdk/screensaver @for t in $(THEMES); do \ set -x; set -e; \ install -d $(prefix)$(sharedir)/bootsplash/themes/$$t/images; \ |