Skip to content

Commit 36968e7

Browse files
author
Leonid Plyushch
committed
coreutils: build utility 'chroot'
1 parent d9099a9 commit 36968e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/coreutils/build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ TERMUX_PKG_REVISION=3
66
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/coreutils/coreutils-${TERMUX_PKG_VERSION}.tar.xz
77
TERMUX_PKG_SHA256=ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd
88
TERMUX_PKG_DEPENDS="libandroid-support, libiconv"
9-
TERMUX_PKG_BREAKS="busybox (<< 1.30.1-4)"
10-
TERMUX_PKG_REPLACES="busybox (<< 1.30.1-4)"
9+
TERMUX_PKG_BREAKS="chroot, busybox (<< 1.30.1-4)"
10+
TERMUX_PKG_REPLACES="chroot, busybox (<< 1.30.1-4)"
1111
TERMUX_PKG_ESSENTIAL=true
1212

1313
# pinky has no usage on Android.
@@ -20,7 +20,7 @@ gl_cv_host_operating_system=Android
2020
ac_cv_func_getpass=yes
2121
ac_cv_func_mbsrtowcs=no
2222
--disable-xattr
23-
--enable-no-install-program=pinky,df,chroot,users,who,uptime
23+
--enable-no-install-program=pinky,df,users,who,uptime
2424
--enable-single-binary=symlinks
2525
--without-gmp
2626
"

0 commit comments

Comments
 (0)