procps-exp.xml 557 B

12345678910111213
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch:</userinput> This patch fixes a locale problem that makes top crash under certain locale settings.</para>
  4. <para><userinput>make XSCPT="" install:</userinput>
  5. This will set the Makefile variable XSCPT to an empty value so that
  6. the XConsole installation is disabled. Otherwise "Make install" tries to
  7. copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. And that directory
  8. does not exist, because X is not installed.</para>
  9. </sect2>