From 2d6e718d62c49131cfdc20e9490a36f9a5605622 Mon Sep 17 00:00:00 2001 From: Donald Stewart Date: Sat, 17 Jan 2015 12:58:40 +0000 Subject: 1.5.0.41 - remove xml file from extra backgrounds in makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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; \ -- cgit v1.2.1