From 6d2c130a4f1a87223222d31240630da496ebce20 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Thu, 19 Feb 2015 11:10:15 +0000 Subject: Install systemd unit provided with rsync --- strata/tools/rsync.morph | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strata/tools/rsync.morph b/strata/tools/rsync.morph index 9a92878d..7b99bdd9 100644 --- a/strata/tools/rsync.morph +++ b/strata/tools/rsync.morph @@ -4,3 +4,6 @@ build-system: autotools build-commands: - make proto - make +install-commands: +- make install +- install -D -m 755 packaging/systemd/rsync.service "$DESTDIR"/etc/systemd/system/rsync.service -- cgit v1.2.1