FS#23114 - [lsof] documentation is installed with wrong permissions
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Thursday, 03 March 2011, 03:40 GMT
Last edited by Angel Velasquez (angvp) - Saturday, 19 March 2011, 06:56 GMT
Opened by Greg (dolby) - Thursday, 03 March 2011, 03:40 GMT
Last edited by Angel Velasquez (angvp) - Saturday, 19 March 2011, 06:56 GMT
|
Details
Thanks for adding documentantion to the package.
This line install -D -m0755 -o root -g root $file \ in the PKGBUILD, should be install -D -m0644 -o root -g root $file \ |
This task depends upon
Closed by Angel Velasquez (angvp)
Saturday, 19 March 2011, 06:56 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed on -3 release
Saturday, 19 March 2011, 06:56 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed on -3 release
Comment by Greg (dolby) - Thursday,
03 March 2011, 13:11 GMT
BTW, copying over the docs with 644 permissions might be a simple
matter of 'cp' so this line may be totally uneeded.