From b2d2672c057e8f5d802f4d89662c871b2429e777 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 2 Oct 2023 00:15:04 -0500 Subject: system/man-pages: Only auto-install with docs system/build-tools does not need man-pages unless docs are requested. This will save significant space and time when creating small build roots. Fixes: #1064 --- system/build-tools/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system/build-tools/APKBUILD') diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index f5671491e..c6f066e59 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=build-tools pkgver=1.0 -pkgrel=10 +pkgrel=11 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" @@ -16,8 +16,7 @@ depends="bash gettext-tiny gettext-tiny-dev bzip2 gzip unzip xz abuild" [ "${CBUILD}" != "${CHOST}" ] || depends="$depends - git - man-pages" + git" makedepends="" makedepends_host="$depends" options="!check" -- cgit v1.2.3-70-g09d2