bbmap: prepare content should be build

This commit is contained in:
Kuoi 2024-02-14 19:03:50 +08:00
parent 884ee43629
commit d85c0db640

View file

@ -16,7 +16,7 @@ optdepends=(
source=("${pkgname}"-"${pkgver}".tar.gz::https://downloads.sourceforge.net/project/"${pkgname}"/BBMap_"${pkgver}".tar.gz)
sha256sums=('61d45bd59a543b90a143c5c7dbfec0ff6163dce54194b8c4b648fb6aac67d42e')
prepare() {
build() {
cd "${srcdir}"/"${pkgname}"/jni
make -f makefile.linux clean
}