mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/arp-scan: set explicit sysconfdir
This commit is contained in:
parent
4f6f5e85a6
commit
523c75702e
@ -2,7 +2,7 @@
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=arp-scan
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Address Resolution Protocol (ARP) packet scanner"
|
||||
url="https://github.com/royhills/arp-scan"
|
||||
arch="all"
|
||||
@ -16,7 +16,8 @@ build() {
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
--mandir=/usr/share/man \
|
||||
--sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user