diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-23 16:47:44 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-23 16:47:44 +0000 |
commit | 4bd96058749db4a0a2db2afaeb361763a11d8ea3 (patch) | |
tree | a4f43ea301d2f1df85e166d65ed6d2d33b452e37 /community/john/APKBUILD | |
parent | 005258ba5fea6986fc41ceba2d5f6485ce1f98d9 (diff) | |
download | aports-4bd96058749db4a0a2db2afaeb361763a11d8ea3.tar.bz2 aports-4bd96058749db4a0a2db2afaeb361763a11d8ea3.tar.xz |
community/john: renamed john-mailer in mailer
Diffstat (limited to 'community/john/APKBUILD')
-rw-r--r-- | community/john/APKBUILD | 2 |
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 |