diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 00:38:49 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-24 00:32:49 +0200 |
| commit | 0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf (patch) | |
| tree | 099d2579804474556861f23964364feba5fabd13 | |
| parent | 9b9f42d712f02edafa9627432f01101c9967ae00 (diff) | |
| download | aports-0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf.tar.bz2 aports-0670ef6fb0b388ed1ac2bfb9567b6375d133fdbf.tar.xz | |
community/ripmime: don't lie, there's no test suite
| -rw-r--r-- | community/ripmime/APKBUILD | 4 |
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() { |
