From c077d014d923a8d593f02ef34b8ef44d8835415b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 3 Jun 2015 01:55:51 +0200 Subject: [PATCH] bootchart: move to usr/bin. --- srcpkgs/bootchart/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bootchart/template b/srcpkgs/bootchart/template index 9b3ed1c2a48..234ced2d857 100644 --- a/srcpkgs/bootchart/template +++ b/srcpkgs/bootchart/template @@ -1,7 +1,7 @@ # Template file for 'bootchart' pkgname=bootchart version=1.20 -revision=2 +revision=3 build_style=gnu-configure short_desc="Startup graphing tool" maintainer="Juan RP " @@ -9,3 +9,4 @@ license="GPL-2" homepage="https://github.com/sofar/bootchart" distfiles="http://foo-projects.org/~sofar/bootchart/bootchart-${version}.tar.gz" checksum="abce2fe0483ee23a522200fd630d7f288a337117c078dfaa220e1c55cdc2e896" +configure_args="--sbindir=/usr/bin"