From e8f2b2b166095639b3cc46cebfe436a319ea27d3 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 30 Jan 2016 23:45:18 +0100 Subject: [PATCH] dispcalGUI: fix permissions --- srcpkgs/dispcalGUI/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dispcalGUI/template b/srcpkgs/dispcalGUI/template index 310905a041b..41b1b7ed211 100644 --- a/srcpkgs/dispcalGUI/template +++ b/srcpkgs/dispcalGUI/template @@ -1,7 +1,7 @@ # Template file for 'dispcalGUI' pkgname=dispcalGUI version=3.0.6.3 -revision=1 +revision=2 build_style=python-module nocross=yes hostmakedepends="python" @@ -17,3 +17,8 @@ checksum=ca4384b5bf467153e6466492a9e257bff5eefbc80f96531847f2a504bf9b76a2 pre_configure() { sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/dispcalGUI-VRML-to-X3D-converter.desktop } + +post_install() { + find ${DESTDIR}/usr/ -exec chmod a+r \{\} + + find ${DESTDIR}/usr/ -type d -exec chmod a+x \{\} + +}