Browse Source

coreutils: conflict with older busybox

The utility 'env' was re-added back.
emacs-27
Leonid Plyushch 6 years ago
parent
commit
ff13852c59
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 3
      packages/coreutils/build.sh

3
packages/coreutils/build.sh

@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="Basic file, shell and text manipulation utilities from t
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_ESSENTIAL=yes
TERMUX_PKG_VERSION=8.31
TERMUX_PKG_REVISION=5
TERMUX_PKG_REVISION=6
TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="libandroid-support, libiconv"
TERMUX_PKG_CONFLICTS="busybox (<< 1.30.1-4)"
# pinky has no usage on Android.
# df does not work either, let system binary prevail.

Loading…
Cancel
Save