diff options
Diffstat (limited to 'chapter06/procps-exp.xml')
-rw-r--r-- | chapter06/procps-exp.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/procps-exp.xml b/chapter06/procps-exp.xml index f08fe8383..0b5a00c2c 100644 --- a/chapter06/procps-exp.xml +++ b/chapter06/procps-exp.xml @@ -2,12 +2,11 @@ <title>Command explanations</title> <para> -<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f -:</userinput> -This will comment out the XConsole variable in the Makefile and pipe the -output of sed (the modified Makefile) directly to the make program. This -is an alternate and more efficient way to direct the output to a file -and tell make to use that alternate file. The XConsole build is disabled -because it can't be build yet because we don't have X installed yet. +<userinput>make XSCPT='' install:</userinput> +This will set the Makefile variable XSCPT to an empty value so that +the XConsole installation is disabled. Otherwise "Make install" tries to +copy the file XConsole to /usr/X11R6/bin. +And that directory does not exist, because X is not installed yet. </para> </sect2> |