From 66344c7cdd6b10f19635b388e271d9830d6dcc63 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 23 Feb 2015 15:38:16 -0200 Subject: p7zip-9.38-3.parabola1: fix FS#43911 -> https://bugs.archlinux.org/task/43911 --- libre/p7zip/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index a80d67a36..62a354aed 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231299 2015-02-11 16:16:56Z bisson $ +# $Id: PKGBUILD 231802 2015-02-22 16:42:46Z bisson $ # Contributor (Arch): Thayer Williams # Contributor (Arch): Hugo Doria # Contributor (Arch): TuxSpirit 2007/11/17 21:22:36 UTC @@ -9,7 +9,7 @@ _pkgname=p7zip-libre pkgname=p7zip pkgver=9.38 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc='Command-line version of the 7zip compressed file archiver, without nonfree decompression engine for RAR archives' url='http://p7zip.sourceforge.net/' license=('GPL') @@ -91,5 +91,5 @@ package() { find GUI/help -type d -exec chmod 755 {} \; cp -r GUI/help "${pkgdir}"/usr/lib/p7zip/ - chmod -R u+w,o+r "${pkgdir}/usr" + chmod -R a+r,u+w,a+X "${pkgdir}/usr" } -- cgit v1.2.3-54-g00ecf