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/dash/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/dash') diff --git a/system/dash/APKBUILD b/system/dash/APKBUILD index f22c6c8eb..c1fbec305 100644 --- a/system/dash/APKBUILD +++ b/system/dash/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=dash pkgver=0.5.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Small and fast POSIX-compliant shell" url="http://gondor.apana.org.au/~herbert/dash/" arch="all" @@ -37,6 +37,7 @@ package() { binsh() { pkgdesc="Use dash as /bin/sh" provides="/bin/sh" + provider_priority=1 mkdir -p "$subpkgdir"/bin ln -s dash "$subpkgdir"/bin/sh } -- cgit v1.2.3-70-g09d2