summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Ramos2017-10-01 16:45:56 -0400
committerRandy Ramos2017-10-01 16:45:56 -0400
commit9504991cdb5aa34a5661ff13cba877677d7be60f (patch)
treeb9f5e1ff077b93d1eef88fc3ab322a805e678cb5
parent007311a836ffdfdf6193bca05a1e568111636abd (diff)
downloadaur-9504991cdb5aa34a5661ff13cba877677d7be60f.tar.gz
PKGBUILD now creates log dir
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66f4f616f907..1f69b6e968ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='responder'
pkgver=2.3.3.8
-pkgrel=2
+pkgrel=3
pkgdesc='A LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication'
arch=('any')
depends=('python2')
@@ -27,6 +27,7 @@ package() {
#Install directory and contents
install -d "$pkgdir"/usr/share/responder
+ install -d "$pkgdir"/var/log/responder/
cp -ar * "$pkgdir"/usr/share/responder/
#Docs