From 6b44b8d806d672c19a909a3b10db8048a58d7225 Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Mon, 2 Nov 2015 22:35:43 -0600 Subject: [PATCH 1/1] man-db: set pager to less and default browser to lynx --- disabled-packages/man-db/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disabled-packages/man-db/build.sh b/disabled-packages/man-db/build.sh index a32ccb0f..60c409ae 100644 --- a/disabled-packages/man-db/build.sh +++ b/disabled-packages/man-db/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/man-db/ TERMUX_PKG_DESCRIPTION="Utilities for examining on-line help files (manual pages)" TERMUX_PKG_VERSION=2.7.4 TERMUX_PKG_SRCURL=http://mirror.csclub.uwaterloo.ca/nongnu/man-db/man-db-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" -TERMUX_PKG_DEPENDS="flex, gdbm, groff, less, libandroid-support, libpipeline" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-pager=less --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-browser=lynx --with-gzip=gzip --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" +TERMUX_PKG_DEPENDS="flex, gdbm, groff, less, libandroid-support, libpipeline, lynx" export GROFF_TMAC_PATH="/data/data/com.termux/files/usr/lib/groff/site-tmac:/data/data/com.termux/files/usr/share/groff/site-tmac:/data/data/com.termux/files/usr/share/groff/current/tmac" -- 2.11.0