From fda1a0560c63e1ada90c5383299245621941d247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 11 Jun 2016 19:22:24 +0200 Subject: [PATCH] build: install templates in correct publik theme directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fdf5637..26b146c 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,10 @@ build: clean done install: - mkdir -p $(DESTDIR)$(prefix)/share/montpellier-theme/templates + mkdir -p $(DESTDIR)$(prefix)/share/publik/themes/montpellier-theme/templates mkdir -p $(DESTDIR)$(prefix)/share/wcs/themes/montpellier2 mkdir -p $(DESTDIR)$(prefix)/share/wcs/themes/montpellier-commune - cp -r templates/* $(DESTDIR)$(prefix)/share/montpellier-theme/templates/ + cp -r templates/* $(DESTDIR)$(prefix)/share/publik/themes/montpellier-theme/templates/ cp -ar wcs/montpellier2/* $(DESTDIR)$(prefix)/share/wcs/themes/montpellier2/ cp -ar wcs/montpellier-commune/* $(DESTDIR)$(prefix)/share/wcs/themes/montpellier-commune/