From 29e761004756a1baf85d6649d37f5d3206e2890e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 7 Aug 2018 01:10:56 +0000 Subject: system/adelie-base: make -posix and -lsb dep on adelie-base This way, -posix and -lsb are suitable root packages. --- system/adelie-base/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index a25009eb7..8e3699bd3 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=adelie-base pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -71,14 +71,14 @@ doc() { } posix() { - depends="at bc cflow ed fcron heirloom-pax m4 mailx mawk" + depends="adelie-base at bc cflow ed fcron heirloom-pax m4 mailx mawk" pkgdesc="$pkgdesc - Additional POSIX tools" mkdir -p "$subpkgdir" return 0 } lsb() { - depends="gettext-tiny gzip libarchive-tools linux-pam make mawk ncurses nspr nss" + depends="adelie-base gettext-tiny gzip libarchive-tools linux-pam make mawk ncurses nspr nss" pkgdesc="$pkgdesc - Additional LSB tools" mkdir -p "$subpkgdir" return 0 -- cgit v1.2.3-70-g09d2