From e4bba538eb82c68a4c83b97cb13f083fd8379bfa Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 2 Jun 2015 21:09:46 +0200 Subject: [PATCH] varnish: move to usr/bin. --- srcpkgs/varnish/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/varnish/template b/srcpkgs/varnish/template index d885d88c40d..0699530a870 100644 --- a/srcpkgs/varnish/template +++ b/srcpkgs/varnish/template @@ -1,12 +1,12 @@ # Template file for 'varnish' pkgname=varnish version=3.0.7 -revision=1 +revision=2 lib32disabled=yes build_pie=yes build_options="systemd" build_style=gnu-configure -configure_args="--disable-static" +configure_args="--disable-static --sbindir=/usr/bin" hostmakedepends="pkg-config python" makedepends="pcre-devel readline-devel jemalloc-devel" conf_files="/etc/varnish/default.vcl"