diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; \ |