openresolv: install binaries to /usr/bin.

This commit is contained in:
Enno Boland 2015-05-08 09:56:10 +02:00
parent e169068994
commit c4bfb2f7d7
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openresolv'
pkgname=openresolv
version=3.6.2
revision=1
revision=2
noarch=yes
build_style=gnu-configure
short_desc="Management framework for resolv.conf"
@ -11,3 +11,4 @@ hostmakedepends="runit"
homepage="http://roy.marples.name/projects/openresolv/home"
distfiles="ftp://roy.marples.name/pub/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=b0fd1ca59d2ee407db5e9b35d1ef8b670bc808fcc9db7aa31b0784cdd01825d0
configure_args="--bindir=/usr/bin"