aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/john/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/john/APKBUILD b/community/john/APKBUILD
index 6204cac50a..9467b526da 100644
--- a/community/john/APKBUILD
+++ b/community/john/APKBUILD
@@ -50,7 +50,7 @@ package() {
rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE*
local john_bins="john calc_stat genmkvpwd mkvcalcproba relbench
- tgtsnarf john-mailer raw2dyna"
+ tgtsnarf mailer raw2dyna"
for bin in ${john_bins}; do
install -Dm755 run/${bin} "$pkgdir"/usr/bin
done