mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Add missing libexecdir to dbus instructions, thanks to kratz00, fixes ticket #2676.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7649 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7cf85935a5
commit
da167e4209
@ -123,6 +123,7 @@ make distclean</userinput></screen>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
----libexecdir=/usr/lib/dbus-1.0 \
|
||||
--localstatedir=/var &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -153,6 +154,12 @@ install -v -m644 doc/api/man/man3dbus/* \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=/usr/lib/dbus-1.0 </parameter>: This will
|
||||
install the file <filename>dbus-daemon-launch-helper</filename> and the
|
||||
directory <filename class="directory">dbus-1</filename> into
|
||||
<filename class="directory">/usr/lib/dbus-1.0</filename> instead of
|
||||
into <filename class="directory">/usr/libexec</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var</parameter>: This parameter causes
|
||||
the daemon PID file, system bus socket and machine uuid file to be
|
||||
created in the <filename class="directory">/var</filename> directory
|
||||
|
Loading…
Reference in New Issue
Block a user