|
@@ -42,7 +42,9 @@
|
|
|
|
|
|
<para>Prepare Util-linux for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/tools --disable-makeinstall-chown</userinput></screen>
|
|
|
+<screen><userinput remap="configure">./configure --prefix=/tools \
|
|
|
+ --disable-makeinstall-chown \
|
|
|
+ --without-systemdsystemunitdir</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure option:</title>
|
|
@@ -56,6 +58,15 @@
|
|
|
root.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>--without-systemdsystemunitdir</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>On systems that use systemd, the package tries to install
|
|
|
+ a systemd specific file to a non-existent directory in /tools.
|
|
|
+ This switch disables the unnecessary action.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
<para>Compile the package:</para>
|