diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template index 0db22b708e3..e5b3a56f303 100644 --- a/srcpkgs/xz/template +++ b/srcpkgs/xz/template @@ -1,7 +1,7 @@ # Template file for 'xz' pkgname=xz version=5.0.7 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure short_desc="The XZ utilities" @@ -11,6 +11,10 @@ homepage="http://tukaani.org/xz" distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2" checksum=e8851dc749df2340dac6c9297cb2653eff684e73c3dedf690930119502edd616 +post_install() { + rm -r ${DESTDIR}/usr/share/doc +} + liblzma_package() { short_desc="XZ-format compression library" replaces="xz<5.0.0"