summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2020-02-17 23:26:54 +0100
committeranthraxx2020-02-17 23:26:54 +0100
commit1ddd55dd35b48514ce30274ae9523f64deee6246 (patch)
treed294129ed72ca14776c0fb3bb8ba49c53a5180ed
parente7cd0949302994d07c3e2658f8cecc3859723d1e (diff)
downloadaur-1ddd55dd35b48514ce30274ae9523f64deee6246.tar.gz
upgpkg: nikto-git 2.1.6.601.7ac0457-1: fix config file location
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f58b5fe9e28..29977d36e55d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ package() {
cp -a program/* "${pkgdir}/usr/share/nikto"
install -Dm 755 "${srcdir}/nikto.sh" "${pkgdir}/usr/bin/nikto"
- install -Dm 644 program/nikto.conf "${pkgdir}/etc/nikto.conf"
+ install -Dm 644 program/nikto.conf.default "${pkgdir}/etc/nikto.conf"
install -Dm 644 documentation/nikto.1 "${pkgdir}/usr/share/man/man1/nikto.1"
install -Dm 644 program/docs/nikto_manual.html "${pkgdir}/usr/share/doc/${pkgname}/manual.html"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"