From b08645e8c73f903003e701333ba05b856a50d264 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 26 Apr 2014 09:33:39 +0200 Subject: [PATCH] runit-void: bump version. --- srcpkgs/runit-void/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 69a4fef6e88..5f70fe8ee13 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,6 +1,6 @@ # Template file for 'runit-void' pkgname=runit-void -version=20140425 +version=20140426 revision=1 build_style=meta homepage="http://www.voidlinux.eu" @@ -8,7 +8,6 @@ short_desc="runit scripts for the void distribution" maintainer="Juan RP " license="Public domain" -noarch=yes makedepends="runit" depends="${makedepends}" conf_files="/etc/rc.conf" @@ -16,7 +15,9 @@ conf_files="/etc/rc.conf" do_fetch() { git clone git://github.com/voidlinux/runit-void ${pkgname}-${version} } - -do_install() { - make DESTDIR=${DESTDIR} install +do_build() { + make +} +do_install() { + make DESTDIR=${DESTDIR} PREFIX=/usr install }