From 34a5ad92fd2d539999ff92cca9b005b8ef833d65 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 16:41:33 +0200 Subject: [PATCH] smartmontools: move to usr/bin. --- srcpkgs/smartmontools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/smartmontools/template b/srcpkgs/smartmontools/template index c872955cfd8..a1ed267b98f 100644 --- a/srcpkgs/smartmontools/template +++ b/srcpkgs/smartmontools/template @@ -1,9 +1,9 @@ # Template file for 'smartmontools' pkgname=smartmontools version=6.3 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--enable-drivedb --with-libcap-ng=yes +configure_args="--sbindir=/usr/bin --enable-drivedb --with-libcap-ng=yes --with-drivedbdir=/var/db/${pkgname}" makedepends="libcap-ng-devel" conf_files="/etc/smartd.conf"