diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-08 00:59:45 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-08 00:59:45 +0000 |
commit | 8b644400f220be1d94aa3b1899e54ddaa3880985 (patch) | |
tree | 05a2a2774cb297e87e3bfdde5f3343f3fcbb71dc /system/adelie-base | |
parent | 2d3e8aa285af56be924d1d91eb019b92f7b8e62d (diff) | |
download | packages-8b644400f220be1d94aa3b1899e54ddaa3880985.tar.gz packages-8b644400f220be1d94aa3b1899e54ddaa3880985.tar.bz2 packages-8b644400f220be1d94aa3b1899e54ddaa3880985.tar.xz packages-8b644400f220be1d94aa3b1899e54ddaa3880985.zip |
system/adelie-base: use nvi for core, vim for POSIX
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 |