From ae6ddd0cdf7431962d2a9553cabc5ab045ec577e Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 3 Jun 2015 00:09:21 +0200 Subject: [PATCH] hdapsd: move to usr/bin. --- srcpkgs/hdapsd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hdapsd/template b/srcpkgs/hdapsd/template index 9c0abdcb7a..a4a2454d5e 100644 --- a/srcpkgs/hdapsd/template +++ b/srcpkgs/hdapsd/template @@ -1,7 +1,7 @@ # Template file for 'hdapsd' pkgname=hdapsd version=20141024 -revision=2 +revision=3 only_for_archs="i686 x86_64 i686-musl x86_64-musl" build_style=gnu-configure short_desc="HDAPS userspace hard drive protection daemon" @@ -10,3 +10,4 @@ license="GPL-2" homepage="http://sourceforge.net/projects/hdaps/" distfiles="${SOURCEFORGE_SITE}/hdaps/$pkgname-$version.tar.gz" checksum=4a9f7c4d6351bd31757f236ad832ceccf10280d32bcaf4c25d15dc4ecc84581f +configure_args="--sbindir=/usr/bin"