From d1a5ef67101a4261a63850a3094b14581ca4d2a3 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Mon, 22 Jul 2019 01:57:06 +0300 Subject: [PATCH] dpkg: depend on less Fixes following error while using `dpkg -l`: dpkg-query: error: showing package list on pager subprocess returned error exit status 127 Note: in recent bootstrap archives `less` is already installed and is marked as essential. --- packages/dpkg/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dpkg/build.sh b/packages/dpkg/build.sh index bbddb4a82..f94a522bd 100644 --- a/packages/dpkg/build.sh +++ b/packages/dpkg/build.sh @@ -2,11 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg TERMUX_PKG_DESCRIPTION="Debian package management system" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.19.7 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=4c27fededf620c0aa522fff1a48577ba08144445341257502e7730f2b1a296e8 # with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar -TERMUX_PKG_DEPENDS="bzip2, coreutils, diffutils, gzip, libbz2, liblzma, tar, xz-utils, zlib" +TERMUX_PKG_DEPENDS="bzip2, coreutils, diffutils, gzip, less, libbz2, liblzma, tar, xz-utils, zlib" TERMUX_PKG_ESSENTIAL=yes TERMUX_PKG_EXTRA_CONFIGURE_ARGS="