From 46c07db296c992ac65d73799f308b536674edc93 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 12 Sep 2012 15:40:13 +0100 Subject: Fixes from walkthrough --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0374936 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +install: + mkdir -p "${DESTDIR}/usr/share/gitano/skel" + cp -a gitano-admin "${DESTDIR}/usr/share/gitano/skel" + mkdir -p "${DESTDIR}/usr/lib/systemd/system/multiuser-target.wants" + cp units/* "${DESTDIR}/usr/lib/systemd/system" + for I in $$(cd units; ls); do \ + ln -sf ../$$I "${DESTDIR}/usr/lib/systemd/system/multiuser-target.wants/$I"; \ + done -- cgit v1.2.1