diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-06-03 23:28:26 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-06-03 23:28:26 +0000 |
commit | c201ddecae188890079cac20a53232c7f361e393 (patch) | |
tree | 20fab95232adc91c19d743eecbd1c0fc00b11ce2 /system/build-tools | |
parent | 2f9cf649fd5ed77629c90f6a003eb2d303f61a71 (diff) | |
parent | 92563f5289c64332795cd296e2a9187a773f470c (diff) | |
download | packages-c201ddecae188890079cac20a53232c7f361e393.tar.gz packages-c201ddecae188890079cac20a53232c7f361e393.tar.bz2 packages-c201ddecae188890079cac20a53232c7f361e393.tar.xz packages-c201ddecae188890079cac20a53232c7f361e393.zip |
Merge branch 'rootbld-providers' into 'master'
system/{bash-binsh,dash-binsh,build-tools}: add provider_priority
This makes bash-binsh the default and should fix compatibility in
/usr/bin/abuild for populating a chroot with only abuild, alpine-base
(adelie-base), build-base (build-tools), and git
See merge request !37
Diffstat (limited to 'system/build-tools')
-rw-r--r-- | system/build-tools/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index c8b546a1a..416d6ccca 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=build-tools pkgver=1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" @@ -25,6 +25,7 @@ makedepends="" makedepends_host="$depends" options="!check" provides="build-base" +provider_priority=10 source="" build() { |