chrpath: remove useless docs.

This commit is contained in:
Juan RP 2014-10-11 09:33:11 +02:00
parent 791a3e4068
commit 28714801d6
1 changed files with 5 additions and 1 deletions

View File

@ -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 <xtraeme@gmail.com>"
@ -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
}