diff options
Diffstat (limited to 'chapter8/procps-ng.sh')
-rw-r--r-- | chapter8/procps-ng.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh index 630cfe4..c1f8d15 100644 --- a/chapter8/procps-ng.sh +++ b/chapter8/procps-ng.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e ./configure --prefix=/usr \ --exec-prefix= \ @@ -7,7 +6,7 @@ set -e --docdir=/usr/share/doc/procps-ng-"${VERSION}" \ --disable-static \ --disable-kill \ - --with-systemd && + --with-systemd && make && |