diff --git a/community/ripmime/APKBUILD b/community/ripmime/APKBUILD index 491cabb9d44..856d82bb88f 100644 --- a/community/ripmime/APKBUILD +++ b/community/ripmime/APKBUILD @@ -22,8 +22,8 @@ build() { } check() { - msg "Running testsuites..." - "$builddir"/$pkgname --version > /dev/null + cd "$builddir" + ./ripmime --version > /dev/null } package() {