From 85f7923cbe4379af09846fc35376dc3862ae0278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Mon, 8 Dec 2014 13:45:10 +0100 Subject: [PATCH] makefile: fix authentic2 link to portail citoyen2 statics --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7f120c1..0a4d7e7 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ install: cp -r authentic2/* $(DESTDIR)$(prefix)/share/authentic2/pratic cp -r portail-citoyen2/* $(DESTDIR)$(prefix)/share/portail-citoyen2/pratic cp -ar wcs/* $(DESTDIR)$(prefix)/share/wcs/themes/ + rm $(DESTDIR)$(prefix)/share/authentic2/pratic/static/pratic2 + ln -s ../../../portail-citoyen2/pratic/static/pratic2 $(DESTDIR)$(prefix)/share/authentic2/pratic/static/pratic2 dist-bzip2: build mkdir sdist