smartmontools: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 16:41:33 +02:00
parent 7bacd389b7
commit 34a5ad92fd

View file

@ -1,9 +1,9 @@
# Template file for 'smartmontools' # Template file for 'smartmontools'
pkgname=smartmontools pkgname=smartmontools
version=6.3 version=6.3
revision=2 revision=3
build_style=gnu-configure 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}" --with-drivedbdir=/var/db/${pkgname}"
makedepends="libcap-ng-devel" makedepends="libcap-ng-devel"
conf_files="/etc/smartd.conf" conf_files="/etc/smartd.conf"