diff options
Diffstat (limited to 'system/adelie-base')
-rw-r--r-- | system/adelie-base/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index 40681ea09..4bd4b1c26 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=adelie-base pkgver=0.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -12,7 +12,7 @@ _core_depends="apk-tools adelie-keys shadow coreutils diffutils findutils sharutils util-linux net-tools sysklogd - patch sed vim psmisc less" + patch sed nvi psmisc less" depends="adelie-core debianutils libarchive-tools file zsh binutils console-setup sysklogd man-db tzdata" makedepends="" @@ -71,7 +71,8 @@ doc() { } posix() { - depends="adelie-base at bc cflow ed fcron heirloom-pax m4 mailx mawk" + # We pull in vim for /usr/bin/ex, until apk has an alternatives system + depends="adelie-base at bc cflow ed fcron heirloom-pax m4 mailx mawk vim" pkgdesc="$pkgdesc - Additional POSIX tools" mkdir -p "$subpkgdir" return 0 |