summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-19 21:52:42 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-19 21:52:42 +0000
commit15b0ac588644c2fef4d506a2103be55a569cf3a8 (patch)
tree96b6524e1e57691723ee884859607ba6be6862cf
parent3ddf2afe38603b3055a8547ffa78ebb0a55ee840 (diff)
downloadtheme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar
theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.gz
theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.bz2
theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.tar.xz
theme-15b0ac588644c2fef4d506a2103be55a569cf3a8.zip
screensavers are png only
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 515618d..c5488c7 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \