fix the libmaus dir

This commit is contained in:
Kuoi 2022-04-17 09:57:08 +01:00
parent fab006fb32
commit 0d3d152e59

View file

@ -17,7 +17,7 @@ build() {
} }
check() { check() {
cd "${srcdir}/libmaus2-${pkgver}-release-${_release}" cd "${srcdir}/libmaus2-"${pkgver//_/-}"
make test make test
} }