From 92563f5289c64332795cd296e2a9187a773f470c Mon Sep 17 00:00:00 2001 From: Max Rees Date: Sat, 26 May 2018 21:15:38 -0400 Subject: 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 --- system/bash/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/bash/APKBUILD') diff --git a/system/bash/APKBUILD b/system/bash/APKBUILD index c5a476b1a..0e45c8a96 100644 --- a/system/bash/APKBUILD +++ b/system/bash/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.4.12 _patchlevel=${pkgver##*.} _myver=${pkgver%.*} _patchbase=${_myver/./} -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Bourne Again shell" url="http://www.gnu.org/software/bash/bash.html" arch="all" @@ -94,6 +94,7 @@ package() { binsh() { pkgdesc="Use bash as /bin/sh" provides="/bin/sh" + provider_priority=10 mkdir -p "$subpkgdir"/bin ln -s /bin/bash "$subpkgdir"/bin/sh } -- cgit v1.2.3-60-g2f50