From 46af99082c8a0a0e6d4986bc04d4772d652d4afa Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 29 Mar 2020 14:42:35 +0300 Subject: util-linux: get rid of sbin --- core/util-linux/build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/util-linux/build') diff --git a/core/util-linux/build b/core/util-linux/build index 13394c52..59c6c2b8 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -17,3 +17,9 @@ make make DESTDIR="$1" install + +# For some reason util-linux installs +# to the sbindir even when we tell it +# not to. +mv "$1/usr/sbin/"* "$1/usr/bin" +rm -rf "$1/usr/sbin" -- cgit v1.2.3