From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- core/dhcpcd/build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 core/dhcpcd/build (limited to 'core/dhcpcd/build') diff --git a/core/dhcpcd/build b/core/dhcpcd/build new file mode 100755 index 00000000..5e4235c7 --- /dev/null +++ b/core/dhcpcd/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --rundir=/run + +make +make DESTDIR="$1" install + +# Install runit service. +install -Dm 755 dhcpcd.run "$1/etc/sv/dhcpcd/run" +ln -s /run/runit/supervise.dhcpcd "$1/etc/sv/dhcpcd/supervise" -- cgit v1.2.3