From bdb038d367a70b571ec73ad462d72dbe566aa694 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 23:30:23 +0300 Subject: add build files for scron --- extra/scron/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 extra/scron/build (limited to 'extra/scron/build') diff --git a/extra/scron/build b/extra/scron/build new file mode 100755 index 00000000..6564e5d3 --- /dev/null +++ b/extra/scron/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +make CC="${CC:-gcc}" +make PREFIX="$1/usr" MANPREFIX="$1/usr/share/man" install + + +# Install runit service +install -Dm755 scron.run "$1/etc/sv/scron/run" -- cgit v1.2.3