diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-23 15:38:16 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-23 15:38:16 -0200 |
commit | 66344c7cdd6b10f19635b388e271d9830d6dcc63 (patch) | |
tree | 77d38bb947432b1ccb470d2118566b58f1043756 /libre/p7zip | |
parent | d5b6be4a83a3759b75842299b641fd2596905268 (diff) | |
download | abslibre-66344c7cdd6b10f19635b388e271d9830d6dcc63.tar.gz abslibre-66344c7cdd6b10f19635b388e271d9830d6dcc63.tar.bz2 abslibre-66344c7cdd6b10f19635b388e271d9830d6dcc63.zip |
p7zip-9.38-3.parabola1: fix FS#43911 -> https://bugs.archlinux.org/task/43911
Diffstat (limited to 'libre/p7zip')
-rw-r--r-- | libre/p7zip/PKGBUILD | 6 |
1 files 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 <thayer@archlinux.org> # Contributor (Arch): Hugo Doria <hugo@archlinux.org> # Contributor (Arch): TuxSpirit<tuxspirit@archlinux.fr> 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" } |