From 0c246040d75f7e8a5ffb6bc2f63abff9f3840442 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 2 Jun 2015 19:24:16 +0200 Subject: [PATCH] rfkill: move to usr/bin. --- srcpkgs/rfkill/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rfkill/template b/srcpkgs/rfkill/template index b40bbf6315..7683d2488f 100644 --- a/srcpkgs/rfkill/template +++ b/srcpkgs/rfkill/template @@ -1,11 +1,12 @@ # Template file for 'rkill' pkgname=rfkill version=0.5 -revision=2 +revision=3 build_style=gnu-makefile -short_desc="Small tool to query the state of the rfkill switches, buttons and subsystem interfaces" +short_desc="Tool for enabling and disabling wireless devices" maintainer="Juan RP " license="Public domain" homepage="http://wireless.kernel.org/en/users/Documentation/rfkill" distfiles="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$version.tar.bz2" checksum=3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07 +make_install_args="SBINDIR=/usr/bin"