From dfb2a9aad43b4e480d322e16b8e189141791593d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 16:42:48 +0200 Subject: [PATCH] snoopy: move to usr/bin. --- srcpkgs/snoopy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template index a4abcb47ea9..d17f02460fe 100644 --- a/srcpkgs/snoopy/template +++ b/srcpkgs/snoopy/template @@ -1,9 +1,10 @@ # Template file for 'snoopy' pkgname=snoopy version=2.3.0 -revision=1 +revision=2 wrksrc="snoopy-${version}" build_style=gnu-configure +configure_args="--sbindir=/usr/bin" conf_files="/etc/snoopy.ini" short_desc="Log every executed command to syslog" maintainer="Juan RP "