dnsmasq: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 08:46:13 +02:00
parent ba4d3da7ec
commit 54368eef17

View file

@ -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