FS#23628 - [mesa] licenses are installed with wrong permissions
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Thursday, 07 April 2011, 14:06 GMT
Last edited by Jan de Groot (JGC) - Thursday, 07 April 2011, 14:37 GMT
Opened by Greg (dolby) - Thursday, 07 April 2011, 14:06 GMT
Last edited by Jan de Groot (JGC) - Thursday, 07 April 2011, 14:37 GMT
|
Details
All split packages originating from the mesa source package
install license files as executable.
eg. like this: install -m755 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/libgl/" These should be 644 not 755. |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 07 April 2011, 14:37 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk. We'll update to 7.10.2 soon anyways.
Thursday, 07 April 2011, 14:37 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in svn trunk. We'll update to 7.10.2 soon anyways.
Comment by Greg (dolby) - Thursday,
07 April 2011, 14:07 GMT
I will attach a patch at some point when i get the chance.