diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 14:46:40 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 15:06:18 +0000 |
commit | f0a95f57dd7b7da81043634e03733b3e81390b3b (patch) | |
tree | 181e424826cef3930a9d258964067c5403919c2f /community/mtd-utils/APKBUILD | |
parent | a752e63bd4811d0b656d656f69d5f4f2c9a36090 (diff) | |
download | aports-f0a95f57dd7b7da81043634e03733b3e81390b3b.tar.bz2 aports-f0a95f57dd7b7da81043634e03733b3e81390b3b.tar.xz |
community/mtd-utils: add missing findutils to checkepdends
The cat_found_file function uses functionality from coreutils find. Add that as
a checkdepend.
Diffstat (limited to 'community/mtd-utils/APKBUILD')
-rw-r--r-- | community/mtd-utils/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/mtd-utils/APKBUILD b/community/mtd-utils/APKBUILD index 6b52c0eff0..e5b1af9a56 100644 --- a/community/mtd-utils/APKBUILD +++ b/community/mtd-utils/APKBUILD @@ -18,6 +18,7 @@ makedepends=" util-linux-dev zlib-dev " +checkdepends="findutils" _subpackages=" $pkgname-flash::all $pkgname-jffs::all |