From 4fd8e8ac3a6f57d7c49c56391f488f950f9738a6 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 24 Oct 2020 19:09:36 +0000 Subject: system/libcap: apply suggestion to system/libcap/APKBUILD. closes #520. --- system/libcap/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libcap/APKBUILD') diff --git a/system/libcap/APKBUILD b/system/libcap/APKBUILD index def2eba12..6cc57721d 100644 --- a/system/libcap/APKBUILD +++ b/system/libcap/APKBUILD @@ -24,8 +24,8 @@ build () { } _static() { - pkgdesc="libcap static library" - depends="" + pkgdesc="$pkgdesc (static library)" + depends="$pkgname-dev" install -d "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } -- cgit v1.2.3-60-g2f50