From 978777c296917ef575d2582372883b816aba5726 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 11 Mar 2015 10:26:20 +0000 Subject: Move rsync to 'foundation' stratum Our default upgrade process requires 'rsync'. So it needs to be in all systems, not just those that happen to contain the 'tools' stratum. --- strata/foundation/rsync.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/foundation/rsync.morph (limited to 'strata/foundation') diff --git a/strata/foundation/rsync.morph b/strata/foundation/rsync.morph new file mode 100644 index 00000000..fb10f94e --- /dev/null +++ b/strata/foundation/rsync.morph @@ -0,0 +1,9 @@ +name: rsync +kind: chunk +build-system: autotools +build-commands: +- make proto +- make +install-commands: +- make install +- install -D -m 755 packaging/systemd/rsync.service "$DESTDIR$PREFIX"/lib/systemd/system/rsync.service -- cgit v1.2.1