From 96b65b07a35fea43f8e48f34747722c5db8408e3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 10 Feb 2020 22:50:44 +0200 Subject: [PATCH] util-linux: fix broken --sbindir --- core/util-linux/build | 4 ++++ core/util-linux/version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/util-linux/build b/core/util-linux/build index 0b9b18b8..d03a3557 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -21,3 +21,7 @@ make make DESTDIR="$1" install + +# Fix broken --sbindir. +mv -f "$1/usr/sbin/"* "$1/usr/bin" +rmdir "$1/usr/sbin" diff --git a/core/util-linux/version b/core/util-linux/version index 00a2b0cc..45e205ff 100644 --- a/core/util-linux/version +++ b/core/util-linux/version @@ -1 +1 @@ -2.35.1 1 +2.35.1 2