summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-10-29 20:05:28 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-10-29 20:05:28 +0000
commita26e9c961e899c841cd1b825b8052a94b2cb272a (patch)
treee04cef3ee9159d953f4054a999a27012bfd7cd99 /Makefile
parent640baf59e2a41c2134e741da3bde58c8c890080b (diff)
downloadtheme-a26e9c961e899c841cd1b825b8052a94b2cb272a.tar
theme-a26e9c961e899c841cd1b825b8052a94b2cb272a.tar.gz
theme-a26e9c961e899c841cd1b825b8052a94b2cb272a.tar.bz2
theme-a26e9c961e899c841cd1b825b8052a94b2cb272a.tar.xz
theme-a26e9c961e899c841cd1b825b8052a94b2cb272a.zip
- Release 1.4.4 :
- New screensavers - Winning pictures from Mandriva 2010.0 photo background contest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d1b5d46..992aa81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
NAME=mandriva-theme
PACKAGE=mandriva-theme
-VERSION=1.4.3
+VERSION=1.4.4
THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash
-FILES=$(THEMES) Makefile common gimp
+FILES=$(THEMES) Makefile common gimp extra-backgrounds
sharedir=/usr/share
configdir=/etc
@@ -32,7 +32,9 @@ install:
mkdir -p $(prefix)/$(sharedir)/mdk/screensaver
mkdir -p $(prefix)/$(sharedir)/mdk/backgrounds
- install -m 644 common/screensaver/*.png $(prefix)$(sharedir)/mdk/screensaver
+ install -m 644 common/screensaver/*.jpg $(prefix)$(sharedir)/mdk/screensaver
+ install -m 644 extra-backgrounds/*.jpg $(prefix)$(sharedir)/mdk/backgrounds
+ install -m 644 extra-backgrounds/*.xml $(prefix)$(sharedir)/mdk/backgrounds
# install -m644 */background/*.jpg $(prefix)$(sharedir)/mdk/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \