diff options
Diffstat (limited to 'chapter06/ed-inst.xml')
-rw-r--r-- | chapter06/ed-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml index 38ca3d528..4ffb7407f 100644 --- a/chapter06/ed-inst.xml +++ b/chapter06/ed-inst.xml @@ -12,7 +12,7 @@ days.</para> <para>Install Ed by running the following commands:</para> -<para><screen><userinput>patch -Np1 -i ../ed-&ed-version;.patch && +<para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch && ./configure --prefix=/usr && make && make install && |