mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/patch: use coreutils for tests due to bug in busybox cat -ve
Reported upstream: http://lists.busybox.net/pipermail/busybox/2018-April/086401.html
This commit is contained in:
parent
7f1e3b1230
commit
d91d0a1826
@ -9,7 +9,9 @@ arch="all"
|
||||
license="GPL-3.0+"
|
||||
depends=""
|
||||
makedepends=""
|
||||
checkdepends="bash ed"
|
||||
# testsuite needs coreutils due to bug in busybox `cat -ve`
|
||||
# http://lists.busybox.net/pipermail/busybox/2018-April/086401.html
|
||||
checkdepends="coreutils bash ed"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user