#3105: XULRunner-1.9.2 instructions have wrong install parameters for
/usr/lib/mozilla
---------------------+------------------------------------------------------
Reporter: drjones | Owner: blfs-b...@…
Type: defect | Status: new
Priority: normal | Milestone: future
Component: BOOK | Version: SVN
Severity: normal | Keywords:
---------------------+------------------------------------------------------
The XULRunner-1.9.2 instructions include the following statement,
apparently intended to create the directory /usr/lib/mozilla:
install -v -m644 /usr/lib/mozilla
This line created an error when during my install, apparently due to the
install call not having the correct number/type of parameters. It appears
that the line should create the directory /usr/lib/mozilla. In this case,
I believe the line should be:
install -d -m755 /usr/lib/mozilla
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3105>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page