diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/diffutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/diffutils-inst.xml b/chapter06/diffutils-inst.xml index 67f279bd9..b8d1f0646 100644 --- a/chapter06/diffutils-inst.xml +++ b/chapter06/diffutils-inst.xml @@ -4,7 +4,7 @@ <para>Install Diffutils by running the following commands:</para> <para><screen><userinput>./configure --prefix=/usr && -make && +make PR_PROGRAM=/usr/bin/pr && make install</userinput></screen></para> </sect2> |