From 9e9ab642711f2424f828e21d14b98c45cdef2b29 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Dec 2011 23:14:46 +0000 Subject: Thu Dec 1 23:14:46 UTC 2011 --- community/duplicity/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'community/duplicity/PKGBUILD') diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index 847c75f38..2c0d8feae 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59484 2011-11-26 14:33:23Z lfleischer $ +# $Id: PKGBUILD 59792 2011-11-30 10:03:59Z lfleischer $ # Maintainer: Kaiting Chen # Contributor: Aaron Schaefer pkgname=duplicity pkgver=0.6.17 -pkgrel=1 +pkgrel=2 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm' arch=('i686' 'x86_64') url='http://www.nongnu.org/duplicity/' @@ -23,4 +23,8 @@ build() { done python2 setup.py install --root="$pkgdir" --optimize=1 + + chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1 + chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1 + chmod 644 $pkgdir/usr/share/doc/$pkgname-$pkgver/* } -- cgit v1.2.3-54-g00ecf