From 5110972c8f4550c7f71e5c9107a37494004287d9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 18:12:40 +0100 Subject: [PATCH] acct: remove long_desc. --- srcpkgs/acct/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/acct/template b/srcpkgs/acct/template index df63c294493..7deb1253c60 100644 --- a/srcpkgs/acct/template +++ b/srcpkgs/acct/template @@ -1,20 +1,17 @@ # Template file for 'acct' pkgname=acct version=6.5.5 +revision=3 build_style=gnu-configure -revision=2 short_desc="GNU Accounting Utilities" homepage="https://www.gnu.org/software/acct/" license="GPL-3" maintainer="Juan RP " distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz" checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5 -long_desc=" - The GNU Accounting Utilities provide login and process accounting - utilities for GNU/Linux and other systems." post_install() { - # The last(1) command is provided by busybox. + # The last(1) command is provided by util-linux rm ${DESTDIR}/usr/bin/last rm ${DESTDIR}/usr/share/man/man1/last.1 }