From 2e4c51460216edca0dc0bf4874ae73fcd1c98147 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 4 May 2016 13:41:33 +0200 Subject: [PATCH] duplicity: fix manpage permissions. Fixes #4131. --- srcpkgs/duplicity/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index e6677032b5e..78fa5fa9254 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,7 @@ # Template file for 'duplicity' pkgname=duplicity version=0.7.07.1 -revision=1 +revision=2 build_style="python-module" hostmakedepends="python-setuptools" makedepends="python-devel librsync-devel" @@ -14,6 +14,9 @@ maintainer="Christian Neukirchen " distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz" checksum=594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 +post_extract() { + chmod 0644 bin/*.1 +} post_install() { # drop doc rm -rf ${DESTDIR}/usr/share/doc