diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-07-08 16:22:58 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 09:02:51 +0000 |
commit | ab744645dd6495c41364ede3712737ddc11a01cd (patch) | |
tree | 8c4a69cfb41f59e28533fc6c2371e1f3d14304ae /main/nikto | |
parent | e9e50ef290b538f12c9147f65d147dba3bbd6b9c (diff) | |
download | aports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.bz2 aports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.xz |
main/[various]: fix trailing whitespace
Diffstat (limited to 'main/nikto')
-rw-r--r-- | main/nikto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nikto/APKBUILD b/main/nikto/APKBUILD index a6d2958267..930fc4a65f 100644 --- a/main/nikto/APKBUILD +++ b/main/nikto/APKBUILD @@ -38,7 +38,7 @@ package() { cp -r templates "$pkgdir"/etc/nikto cp -r plugins "$pkgdir"/etc/nikto cp -r docs "$pkgdir"/etc/nikto - install -m 755 nikto.pl "$pkgdir"/usr/bin + install -m 755 nikto.pl "$pkgdir"/usr/bin } md5sums="efcc98a918becb77471ee9a5df0a7b1e nikto-2.1.5.tar.gz |