dnsmasq: move to usr/bin.
This commit is contained in:
parent
ba4d3da7ec
commit
54368eef17
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.72
|
||||
revision=4
|
||||
revision=5
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel libidn-devel"
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
|
@ -21,7 +21,7 @@ do_build() {
|
|||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
||||
vsv dnsmasq
|
||||
vconf dnsmasq.conf.example dnsmasq.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue