diff options
Diffstat (limited to 'chapter8/gawk.sh')
-rw-r--r-- | chapter8/gawk.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter8/gawk.sh b/chapter8/gawk.sh new file mode 100644 index 0000000..eb7c111 --- /dev/null +++ b/chapter8/gawk.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +sed -i 's/extras//' Makefile.in + +./configure --prefix=/usr + +make + +make -j1 install + +mkdir -v /usr/share/doc/gawk-"${VERSION}" +cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-"${VERSION}" |