diff --git a/srcpkgs/chrpath/template b/srcpkgs/chrpath/template index fe8e459aa3f..67851045df9 100644 --- a/srcpkgs/chrpath/template +++ b/srcpkgs/chrpath/template @@ -1,7 +1,7 @@ # Template file for 'chrpath' pkgname=chrpath version=0.16 -revision=1 +revision=2 build_style="gnu-configure" short_desc="Change or delete the rpath or runpath in ELF files" maintainer="Juan RP " @@ -9,3 +9,7 @@ license="GPL-2" homepage="http://directory.fsf.org/project/chrpath/" distfiles="https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-${version}.tar.gz" checksum=bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b + +post_install() { + rm -r ${DESTDIR}/usr/doc +}