From bb89a99fb801710c72d73b287a3de22d812820f8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 11:33:03 +0200 Subject: [PATCH] acct: move to usr/bin. --- srcpkgs/acct/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/acct/template b/srcpkgs/acct/template index 98888c1c912..06dc554bed7 100644 --- a/srcpkgs/acct/template +++ b/srcpkgs/acct/template @@ -1,8 +1,9 @@ # Template file for 'acct' pkgname=acct version=6.6.2 -revision=2 +revision=3 build_style=gnu-configure +configure_args="--sbindir=/usr/bin" short_desc="GNU Accounting Utilities" homepage="https://www.gnu.org/software/acct/" license="GPL-3"