summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-03-31 16:54:34 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-03-31 16:54:34 +0000
commitfd1358fa53e2b9f3132a7618a9cd584d94c6f422 (patch)
treec009e6acd86c4a33e7ab66069a136ccfac4686f2 /Makefile
parent31797297725379f173fd5b889a7fe7015c14a2be (diff)
downloadtheme-fd1358fa53e2b9f3132a7618a9cd584d94c6f422.tar
theme-fd1358fa53e2b9f3132a7618a9cd584d94c6f422.tar.gz
theme-fd1358fa53e2b9f3132a7618a9cd584d94c6f422.tar.bz2
theme-fd1358fa53e2b9f3132a7618a9cd584d94c6f422.tar.xz
theme-fd1358fa53e2b9f3132a7618a9cd584d94c6f422.zip
- Release 1.3.10 :
- new graphics for One and Powerpack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e163cd4..8484346 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mandriva-theme
PACKAGE=mandriva-theme
-VERSION=1.3.9
+VERSION=1.3.10
THEMES=Mandriva-Free Mandriva-One Mandriva-Powerpack Mandriva-Flash
@@ -38,7 +38,7 @@ install:
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/*.png $(prefix)$(sharedir)/mdk/screensaver
- install -m644 */background/*.jpg $(prefix)$(sharedir)/mdk/backgrounds
+# install -m644 */background/*.jpg $(prefix)$(sharedir)/mdk/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \
install -d $(prefix)$(sharedir)/bootsplash/themes/$$t/images; \