summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba0b752..0559468 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
install:
- mkdir -p "${DESTDIR}/usr/share/gitano/skel"
- cp -a gitano-admin "${DESTDIR}/usr/share/gitano/skel"
mkdir -p "${DESTDIR}/usr/lib/systemd/system/multi-user.target.wants"
cp units/* "${DESTDIR}/usr/lib/systemd/system"
for I in $$(cd units; ls); do \