Ignore:
Timestamp:
10/26/2014 11:23:17 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
d72fae5a
Parents:
44ae5736
Message:

Convert xorg installing section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14759 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-wacom-systemd.xml

    r44ae5736 r5b5c0e9  
    115115      </para>
    116116
    117 <screen><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
     117<screen><userinput>./configure $XORG_CONFIG                                \
     118            --with-udev-rules-dir=/lib/udev/rules.d     \
     119            --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
    118120make</userinput></screen>
    119121
     
    127129
    128130<screen role="root"><userinput>make install</userinput></screen>
     131
     132    </sect3>
     133
     134    <sect3>
     135      <title>Command Explanations</title>
     136
     137      <para>
     138        <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
     139        This switch specifies where Udev rules should be installed.
     140      </para>
     141
     142      <para>
     143        <parameter>--with-systemd-unit-dir=/lib/systemd/system</parameter>:
     144        This switch specifies where systemd units should be installed.
     145      </para>
     146
    129147    </sect3>
    130148
Note: See TracChangeset for help on using the changeset viewer.