diff options
Diffstat (limited to 'chapter06/psmisc-inst.xml')
-rw-r--r-- | chapter06/psmisc-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/psmisc-inst.xml b/chapter06/psmisc-inst.xml index e1b07780c..43dc13e58 100644 --- a/chapter06/psmisc-inst.xml +++ b/chapter06/psmisc-inst.xml @@ -3,7 +3,8 @@ <para>Install Psmisc by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --exec-prefix=/ && +<para><screen><userinput>./configure --prefix=/usr \ + --exec-prefix=/ && make && make install</userinput></screen></para> @@ -23,8 +24,7 @@ should remove Psmisc's pidof man page by running:</para> package's installation by creating the <filename>/bin/pidof</filename> symlink by running:</para> -<para><screen><userinput>cd /bin -ln -s killall pidof</userinput></screen></para> +<para><screen><userinput>ln -s killall /bin/pidof</userinput></screen></para> </sect2> |