summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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; \