summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-05-02 10:01:50 +0200
committerRémi Verschelde <rverschelde@gmail.com>2015-05-02 10:01:50 +0200
commitc09b326a7b13a036495408232f12ed42836d9dc7 (patch)
treede9bc363ca0c4e5c9f8660ca35d41e47aca09029 /Makefile
parent5682ab44e3ecca0a18404885bcfbf97b8762a89b (diff)
downloadtheme-c09b326a7b13a036495408232f12ed42836d9dc7.tar
theme-c09b326a7b13a036495408232f12ed42836d9dc7.tar.gz
theme-c09b326a7b13a036495408232f12ed42836d9dc7.tar.bz2
theme-c09b326a7b13a036495408232f12ed42836d9dc7.tar.xz
theme-c09b326a7b13a036495408232f12ed42836d9dc7.zip
Install mga-bg-res via the main Makefile, so that it can be packaged in mageia-theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3969ad7..16f5018 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,10 @@ VERSION=1.5.0.42
THEMES=Mageia-Default
FILES=$(THEMES) Makefile common gimp extra-backgrounds
-sharedir=/usr/share
configdir=/etc
+libexecdir=/usr/libexec
+sharedir=/usr/share
+unitdir=/usr/lib/systemd/system
SVNSOFT=svn+ssh://svn.mageia.org/svn/soft/theme/mageia-theme/
SVNNAME=svn+ssh://svn.mageia.org/svn/packages/cauldron/mageia-theme/current/
@@ -47,6 +49,11 @@ install:
install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \
done
+ @mkdir -p $(prefix)$(libexecdir)
+ install -m755 mga-bg-res/mga-bg-res.sh $(prefix)$(libexecdir)/mga-bg-res
+ @mkdir -p $(prefix)$(unitdir)
+ install -m644 mga-bg-res/mga-bg-res.service $(prefix)$(unitdir)/mga-bg-res.service
+
changelog:
svn2cl --authors ../common/username.xml --accum
rm -f ChangeLog.bak