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