diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/argon2/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/argon2/APKBUILD b/system/argon2/APKBUILD index 53145f7bc..c91fbfd10 100644 --- a/system/argon2/APKBUILD +++ b/system/argon2/APKBUILD @@ -26,6 +26,7 @@ check() { package() { cd "$builddir" make OPTTARGET=none DESTDIR="$pkgdir" install + mv "$pkgdir"/usr/lib "$pkgdir"/ } sha512sums="9c9e1a3905e61ac6913d1e073c104477e419ddd0506adc4487e88e98d19165ed8901fe8bb11246ed0cc71b3523c190da9692d5926642f86be09c3e67510afe4d argon2-20171227.tar.gz" |