FS#26768 - LibreOffice error in libreoffice.install
Attached to Project:
Arch Linux
Opened by Giuseppe (gspe) - Sunday, 06 November 2011, 18:52 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 06 November 2011, 21:02 GMT
Opened by Giuseppe (gspe) - Sunday, 06 November 2011, 18:52 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 06 November 2011, 21:02 GMT
|
Details
Description:
There is a little error in libreoffice.install file the follow line: update-mime-database usr/share/mime > /dev/null 2>&1 should be: update-mime-database /usr/share/mime > /dev/null 2>&1 Steps to reproduce: just run update-mime-database /usr/share/mime in a directory different from root dir and you see the error messages |
This task depends upon
Closed by Eric Belanger (Snowman)
Sunday, 06 November 2011, 21:02 GMT
Reason for closing: Not a bug
Additional comments about closing: Leading slashes are not used in install scripts because package can be installed in a directory other than /.
Sunday, 06 November 2011, 21:02 GMT
Reason for closing: Not a bug
Additional comments about closing: Leading slashes are not used in install scripts because package can be installed in a directory other than /.