diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-28 00:45:33 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-28 00:46:22 +0000 |
commit | 9df78377ad065cf945e0325881b1b59e878805a2 (patch) | |
tree | 5380e492cc3f4c1192f22536b421746ce5ffb8d4 | |
parent | d2fe88193c696e82b59f0289f88b71c017b38f2f (diff) | |
download | packages-9df78377ad065cf945e0325881b1b59e878805a2.tar.gz packages-9df78377ad065cf945e0325881b1b59e878805a2.tar.bz2 packages-9df78377ad065cf945e0325881b1b59e878805a2.tar.xz packages-9df78377ad065cf945e0325881b1b59e878805a2.zip |
system/adelie-base: force `sh` provider, not specifically bash
-rw-r--r-- | system/adelie-base/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index d432f7138..d0d0b362b 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=adelie-base pkgver=0.9.2 -pkgrel=2 +pkgrel=3 pkgdesc="The Adélie Linux Base System" url="https://www.adelielinux.org/" arch="noarch" options="!check !fhs" license="NCSA" _core_depends="apk-tools adelie-keys musl-utils shadow - shimmy grep procps bash + shimmy grep procps cmd:sh coreutils diffutils findutils util-linux net-tools nvi sed psmisc less tzdata" |