From 5fa629b8a65feb5c98fbcac2de650cad187bc92e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 19 Jul 2019 16:48:32 +0300 Subject: [PATCH] util-linux: Don't install getopt --- core/util-linux/build | 3 +++ core/util-linux/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/util-linux/build b/core/util-linux/build index 822ff31b..916cad9b 100755 --- a/core/util-linux/build +++ b/core/util-linux/build @@ -18,3 +18,6 @@ make make DESTDIR="$1" install + +# Remove 'getopt' as it is provided by 'busybox'. +rm -f "$1/usr/bin/getopt" diff --git a/core/util-linux/version b/core/util-linux/version index cd72a41e..47d92187 100644 --- a/core/util-linux/version +++ b/core/util-linux/version @@ -1 +1 @@ -2.34 1 +2.34 2