From 98943edd0b8c1cd764483145a04c614af35aec75 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 28 Oct 2015 16:29:29 +0100 Subject: [PATCH] time: actually include the binary. --- srcpkgs/time/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/time/template b/srcpkgs/time/template index 79e1a294e2a..afa80562803 100644 --- a/srcpkgs/time/template +++ b/srcpkgs/time/template @@ -1,7 +1,7 @@ # Template file for 'time' pkgname=time version=1.7 -revision=4 +revision=5 build_style=gnu-configure short_desc="The GNU time program for measuring cpu resource usage" maintainer="Juan RP " @@ -11,5 +11,5 @@ distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz" checksum=e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d do_install() { - make exec_prefix="${DESTDIR}/usr" infodir="${DESTDIR}/usr/share/info" install + make bindir="${DESTDIR}/usr/bin" infodir="${DESTDIR}/usr/share/info" install }