diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index ab34472bc2..2f3ad8facd 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -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