dispcalGUI: fix permissions
This commit is contained in:
parent
23fcb2d3fe
commit
e8f2b2b166
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dispcalGUI'
|
# Template file for 'dispcalGUI'
|
||||||
pkgname=dispcalGUI
|
pkgname=dispcalGUI
|
||||||
version=3.0.6.3
|
version=3.0.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
@ -17,3 +17,8 @@ checksum=ca4384b5bf467153e6466492a9e257bff5eefbc80f96531847f2a504bf9b76a2
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/dispcalGUI-VRML-to-X3D-converter.desktop
|
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 \{\} +
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue