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