From 02839a908bed29d8ddca6601094b26d5383a5c25 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 18 Dec 2014 22:01:05 +0100 Subject: [PATCH] ttyrec: revbump to update metadata objs. --- srcpkgs/ttyrec/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ttyrec/template b/srcpkgs/ttyrec/template index 672c64ec5f1..023f433c186 100644 --- a/srcpkgs/ttyrec/template +++ b/srcpkgs/ttyrec/template @@ -1,7 +1,7 @@ # Template file for 'ttyrec' pkgname=ttyrec version=1.0.8 -revision=2 +revision=3 homepage="http://0xcc.net/ttyrec" distfiles="http://0xcc.net/ttyrec/${pkgname}-${version}.tar.gz" short_desc="tty recorder and player" @@ -12,10 +12,9 @@ checksum=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec do_build() { make ${makejobs} CC=$CC CFLAGS="-DHAVE_openpty -lutil $CFLAGS" } - do_install() { - vinstall ttyrec 755 /usr/bin - vinstall ttyrec.1 644 /usr/share/man/man1 - vinstall ttyplay 755 /usr/bin - vinstall ttyplay.1 644 /usr/share/man/man1 + for f in rec play; do + vbin tty${f} + vman tty${f}.1 + done }