aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gawk-inst.xml')
-rw-r--r--chapter06/gawk-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
index c6d4a6067..0796a41c4 100644
--- a/chapter06/gawk-inst.xml
+++ b/chapter06/gawk-inst.xml
@@ -8,7 +8,7 @@ cp Makefile.in Makefile.in.backup &&
sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup > Makefile.in &&
cd .. &&
-./configure --prefix=/usr &&
+./configure --prefix=/usr --libexecdir=/usr/bin &&
make &&
make install</userinput></screen></para>