From 64d751f0e8f10e679aa024b0dff7987afc50cf02 Mon Sep 17 00:00:00 2001 From: Maxython Date: Mon, 27 Dec 2021 01:29:33 +0300 Subject: [PATCH] packages/coreutils --- packages/coreutils/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/coreutils/build.sh b/packages/coreutils/build.sh index 8c8d4c934e..92c64d07f2 100644 --- a/packages/coreutils/build.sh +++ b/packages/coreutils/build.sh @@ -10,7 +10,6 @@ TERMUX_PKG_BREAKS="chroot, busybox (<< 1.30.1-4)" TERMUX_PKG_REPLACES="chroot, busybox (<< 1.30.1-4)" TERMUX_PKG_ESSENTIAL=true - # pinky has no usage on Android. # df does not work either, let system binary prevail. # $PREFIX/bin/env is provided by busybox for shebangs to work directly.