From 24ad18232d52c0425589c4662ccefb320d14765a Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 2 Sep 2019 17:46:36 +0200 Subject: [PATCH] indent: update 2.2.10 to 2.2.12 - bee-queen says: you must update --- indent.be0 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/indent.be0 b/indent.be0 index 03a944692..49b544190 100755 --- a/indent.be0 +++ b/indent.be0 @@ -1,15 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION indent-2.2.10-1 +# BEE_VERSION indent-2.2.12-0 SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" # PATCHURL[0]="" -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src -mee_patch() { - rm -v ${S}/man/indent.1 -} +mee_install_post () { + # remove html + rm -vrf ${D}/usr/doc +} \ No newline at end of file