aboutsummaryrefslogtreecommitdiffstats
path: root/community/ripmime
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-24 00:38:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-24 00:32:49 +0200
commit0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf (patch)
tree099d2579804474556861f23964364feba5fabd13 /community/ripmime
parent9b9f42d712f02edafa9627432f01101c9967ae00 (diff)
downloadaports-0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf.tar.bz2
aports-0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf.tar.xz
community/ripmime: don't lie, there's no test suite
Diffstat (limited to 'community/ripmime')
-rw-r--r--community/ripmime/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ripmime/APKBUILD b/community/ripmime/APKBUILD
index 491cabb9d4..856d82bb88 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() {