From 06198df52dc801cf77465bb4946a477a5ffa11fb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Feb 2017 09:29:02 -0800 Subject: Drop oasis from libexec tool paths This requires you to update your /.git hooks and /etc/rc.shutdown. --- src/gen.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gen.rc b/src/gen.rc index b58854a5..89270cd1 100644 --- a/src/gen.rc +++ b/src/gen.rc @@ -4,7 +4,7 @@ cflags\ '-std=c11' exe applyperms applyperms.c -file libexec/oasis/applyperms '$outdir'/applyperms 755 +file libexec/applyperms '$outdir'/applyperms 755 exe shutdown shutdown.c -file libexec/oasis/shutdown '$outdir'/shutdown 755 +file libexec/shutdown '$outdir'/shutdown 755 -- cgit v1.2.3