diff options
Diffstat (limited to 'chapter8/tar.sh')
-rw-r--r-- | chapter8/tar.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter8/tar.sh b/chapter8/tar.sh index 826011f..44df8a1 100644 --- a/chapter8/tar.sh +++ b/chapter8/tar.sh @@ -3,9 +3,9 @@ set -e FORCE_UNSAFE_CONFIGURE=1 \ ./configure --prefix=/usr \ - --bindir=/bin + --bindir=/bin && -make +make && -make -j1 install +make -j1 install && make -C doc install-html docdir=/usr/share/doc/tar-"${VERSION}" |