From 54368eef17fdc546d7cdee4b36ed6d54699a8acc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:46:13 +0200 Subject: [PATCH] dnsmasq: move to usr/bin. --- srcpkgs/dnsmasq/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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