summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDonald Stewart <schultz@mageia.org>2015-01-17 12:58:40 +0000
committerDonald Stewart <schultz@mageia.org>2015-01-17 12:58:40 +0000
commit2d6e718d62c49131cfdc20e9490a36f9a5605622 (patch)
treeb962a32046ff550c448f883116f8c05eedf734a9 /Makefile
parent10a848b181d3535b8a5088b663af82cb52a56507 (diff)
downloadtheme-2d6e718d62c49131cfdc20e9490a36f9a5605622.tar
theme-2d6e718d62c49131cfdc20e9490a36f9a5605622.tar.gz
theme-2d6e718d62c49131cfdc20e9490a36f9a5605622.tar.bz2
theme-2d6e718d62c49131cfdc20e9490a36f9a5605622.tar.xz
theme-2d6e718d62c49131cfdc20e9490a36f9a5605622.zip
1.5.0.41
- remove xml file from extra backgrounds in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72a4171..74ff84a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME=mageia-theme
PACKAGE=mageia-theme
-VERSION=1.5.0.40
+VERSION=1.5.0.41
THEMES=Mageia-Default
@@ -34,7 +34,6 @@ install:
mkdir -p $(prefix)/$(sharedir)/mga/backgrounds
install -m 644 common/screensaver/*.jpg $(prefix)$(sharedir)/mga/screensaver
install -m 644 extra-backgrounds/*.jpg $(prefix)$(sharedir)/mga/backgrounds
- install -m 644 extra-backgrounds/*.xml $(prefix)$(sharedir)/mga/backgrounds
# install -m644 */background/*.jpg $(prefix)$(sharedir)/mga/backgrounds
@for t in $(THEMES); do \
set -x; set -e; \